Skip to content

Commit

Permalink
Merge branch 'js/use-test-tool-on-path'
Browse files Browse the repository at this point in the history
Test fix.

* js/use-test-tool-on-path:
  t3008: find test-tool through path lookup
  • Loading branch information
gitster committed Jan 2, 2020
2 parents 13432fc + 20a67e8 commit a82027e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/t3008-ls-files-lazy-init-name-hash.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a82027e

Please sign in to comment.