diff options
| author | John Cai <johncai86@gmail.com> | 2023-05-18 20:03:06 +0000 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2023-05-19 10:08:10 -0700 |
| commit | 2f68c99a3beefa5556eca76811deb443599e214a (patch) | |
| tree | 9fa3ec75a1390cba7655ff5ce2bf55839fe2930d /t/t0000-basic.sh | |
| parent | 4a714b37029a4b63dbd22f7d7ed81f7a0d693680 (diff) | |
| download | git-2f68c99a3beefa5556eca76811deb443599e214a.tar.gz | |
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>
Diffstat (limited to 't/t0000-basic.sh')
| -rwxr-xr-x | t/t0000-basic.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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' ' |
