diff options
author | Junio C Hamano <gitster@pobox.com> | 2017-12-28 14:08:48 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-12-28 14:08:48 -0800 |
commit | 8e777af273dd76c9140f6d8bf24a09e26a89f4c5 (patch) | |
tree | c6b1fc245007c144d51076f6f34aec370f9bfb63 | |
parent | f40e83d68537cd3e3eb9d94e2c7001fb3f54b67d (diff) | |
parent | b4f61b7fa455b6bea2a12d46c59d8685f761018b (diff) | |
download | git-8e777af273dd76c9140f6d8bf24a09e26a89f4c5.tar.gz git-8e777af273dd76c9140f6d8bf24a09e26a89f4c5.tar.xz |
Merge branch 'bp/fsmonitor'
Test fix.
* bp/fsmonitor:
p7519: improve check for prerequisite WATCHMAN
-rwxr-xr-x | t/perf/p7519-fsmonitor.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/t/perf/p7519-fsmonitor.sh b/t/perf/p7519-fsmonitor.sh index 16d1bf72e..65e145c02 100755 --- a/t/perf/p7519-fsmonitor.sh +++ b/t/perf/p7519-fsmonitor.sh @@ -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 |