]> git.ipfire.org Git - thirdparty/git.git/commitdiff
t0000-basic: modernize test format
authorJohn Cai <johncai86@gmail.com>
Thu, 18 May 2023 20:03:06 +0000 (20:03 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 19 May 2023 17:08:10 +0000 (10:08 -0700)
Some tests in t0000-basic.sh used the older four space indent format.
Update these to use tabs.

Signed-off-by: John Cai <johncai86@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t0000-basic.sh

index 8ea31d187a91ee4df52203cbd72a1fac7dd4140e..6e300be2ac55aff51ed0e2d8ef16a978f5efedb9 100755 (executable)
@@ -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' '