[PATCH 01/20] t1000-basic: modernize test format
From: John Cai via GitGitGadget <hidden>
Date: 2023-05-18 20:03:33
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: John Cai via GitGitGadget <hidden>
Date: 2023-05-18 20:03:33
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: John Cai <redacted> Some tests in t1000-basic.sh used the older four space indent format. Update these to use tabs. Signed-off-by: John Cai <redacted> --- t/t0000-basic.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/t/t0000-basic.sh b/t/t0000-basic.sh
index 8ea31d187a9..6e300be2ac5 100755
--- a/t/t0000-basic.sh
+++ b/t/t0000-basic.sh@@ -1014,7 +1014,7 @@ test_expect_success 'validate object ID for a known tree' ' ' test_expect_success 'showing tree with git ls-tree' ' - git ls-tree $tree >current + git ls-tree $tree >current ' test_expect_success 'git ls-tree output for a known tree' '
--
gitgitgadget