Browse Source

Merge branch 'js/use-test-tool-on-path'

Test fix.

* js/use-test-tool-on-path:
  t3008: find test-tool through path lookup
maint
Junio C Hamano 5 years ago
parent
commit
a82027e9e6
  1. 2
      t/t3008-ls-files-lazy-init-name-hash.sh

2
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' @@ -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

Loading…
Cancel
Save