From: John Cai Date: Thu, 18 May 2023 20:03:06 +0000 (+0000) Subject: t0000-basic: modernize test format X-Git-Tag: v2.42.0-rc0~112^2~19 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2f68c99a3beefa5556eca76811deb443599e214a;p=thirdparty%2Fgit.git t0000-basic: modernize test format Some tests in t0000-basic.sh used the older four space indent format. Update these to use tabs. Signed-off-by: John Cai Signed-off-by: Junio C Hamano --- diff --git a/t/t0000-basic.sh b/t/t0000-basic.sh index 8ea31d187a..6e300be2ac 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' '