about summary refs log tree commit diff
path: root/third_party/git/t/t3008-ls-files-lazy-init-name-hash.sh
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/git/t/t3008-ls-files-lazy-init-name-hash.sh')
-rwxr-xr-xthird_party/git/t/t3008-ls-files-lazy-init-name-hash.sh2
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 64f047332b..85f3704958 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