Merge branch 'bp/fsmonitor'

Test fix.

* bp/fsmonitor:
  p7519: improve check for prerequisite WATCHMAN
maint
Junio C Hamano 2017-12-28 14:08:48 -08:00
commit 8e777af273
1 changed files with 1 additions and 2 deletions

View File

@ -40,8 +40,7 @@ test_lazy_prereq UNTRACKED_CACHE '
'

test_lazy_prereq WATCHMAN '
{ command -v watchman >/dev/null 2>&1; ret=$?; } &&
test $ret -ne 1
command -v watchman
'

if test_have_prereq WATCHMAN