Message ID | b974c43ef661db2f34b157c853d59b01f35a4767.1684440205.git.gitgitgadget@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 2f68c99a3beefa5556eca76811deb443599e214a |
Headers | show |
Series | tests: modernize test format | expand |
On Thu, May 18, 2023 at 4:04 PM John Cai via GitGitGadget <gitgitgadget@gmail.com> wrote: > t1000-basic: modernize test format s/t1000/t0000/ > Some tests in t1000-basic.sh used the older four space indent format. > Update these to use tabs. Ditto. > Signed-off-by: John Cai <johncai86@gmail.com>
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' '