summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2020-01-02 12:38:30 -0800
committerLibravatar Junio C Hamano <gitster@pobox.com>2020-01-02 12:38:30 -0800
commita82027e9e6c477c01dac6d5af4a8756ff7122b67 (patch)
tree2dad5d5632bb099f2f56478769b465562ba8fc20
parentMerge branch 'js/mingw-reserved-filenames' (diff)
parentt3008: find test-tool through path lookup (diff)
downloadtgif-a82027e9e6c477c01dac6d5af4a8756ff7122b67.tar.xz
Merge branch 'js/use-test-tool-on-path'
Test fix. * js/use-test-tool-on-path: t3008: find test-tool through path lookup
-rwxr-xr-xt/t3008-ls-files-lazy-init-name-hash.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t3008-ls-files-lazy-init-name-hash.sh b/t/t3008-ls-files-lazy-init-name-hash.sh
index 64f047332b..85f3704958 100755
--- a/t/t3008-ls-files-lazy-init-name-hash.sh
+++ b/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