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 <johncai86@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>maint
parent
4a714b3702
commit
2f68c99a3b
|
@ -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' '
|
||||
|
|
Loading…
Reference in New Issue