Skip to content

Commit 8e777af

Browse files
committed
Merge branch 'bp/fsmonitor'
Test fix. * bp/fsmonitor: p7519: improve check for prerequisite WATCHMAN
2 parents f40e83d + b4f61b7 commit 8e777af

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

t/perf/p7519-fsmonitor.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@ test_lazy_prereq UNTRACKED_CACHE '
4040
'
4141

4242
test_lazy_prereq WATCHMAN '
43-
{ command -v watchman >/dev/null 2>&1; ret=$?; } &&
44-
test $ret -ne 1
43+
command -v watchman
4544
'
4645

4746
if test_have_prereq WATCHMAN

0 commit comments

Comments
 (0)