diff options
Diffstat (limited to 'third_party/git/t/t3008-ls-files-lazy-init-name-hash.sh')
-rwxr-xr-x | third_party/git/t/t3008-ls-files-lazy-init-name-hash.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/git/t/t3008-ls-files-lazy-init-name-hash.sh b/third_party/git/t/t3008-ls-files-lazy-init-name-hash.sh index 64f047332b51..85f370495876 100755 --- a/third_party/git/t/t3008-ls-files-lazy-init-name-hash.sh +++ b/third_party/git/t/t3008-ls-files-lazy-init-name-hash.sh @@ -4,7 +4,7 @@ test_description='Test the lazy init name hash with various folder structures' . ./test-lib.sh -if test 1 -eq $($GIT_BUILD_DIR/t/helper/test-tool online-cpus) +if test 1 -eq $(test-tool online-cpus) then skip_all='skipping lazy-init tests, single cpu' test_done |