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

Test fix.

* js/use-test-tool-on-path:
  t3008: find test-tool through path lookup
This commit is contained in:
Junio C Hamano 2020-01-02 12:38:30 -08:00
commit a82027e9e6

View File

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