Skip to content

Commit a82027e

Browse files
committed
Merge branch 'js/use-test-tool-on-path'
Test fix. * js/use-test-tool-on-path: t3008: find test-tool through path lookup
2 parents 13432fc + 20a67e8 commit a82027e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t3008-ls-files-lazy-init-name-hash.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ test_description='Test the lazy init name hash with various folder structures'
44

55
. ./test-lib.sh
66

7-
if test 1 -eq $($GIT_BUILD_DIR/t/helper/test-tool online-cpus)
7+
if test 1 -eq $(test-tool online-cpus)
88
then
99
skip_all='skipping lazy-init tests, single cpu'
1010
test_done

0 commit comments

Comments
 (0)