Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-01-02 23:38:30 +0300
committerJunio C Hamano <gitster@pobox.com>2020-01-02 23:38:30 +0300
commita82027e9e6c477c01dac6d5af4a8756ff7122b67 (patch)
tree2dad5d5632bb099f2f56478769b465562ba8fc20
parent13432fc6dd4f9f78d0015611621991693f8fb218 (diff)
parent20a67e8ce9d19a8903cfe869fedc37c017bdc686 (diff)
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