summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-12-28 22:08:48 (GMT)
committerJunio C Hamano <gitster@pobox.com>2017-12-28 22:08:48 (GMT)
commit8e777af273dd76c9140f6d8bf24a09e26a89f4c5 (patch)
treec6b1fc245007c144d51076f6f34aec370f9bfb63 /t
parentf40e83d68537cd3e3eb9d94e2c7001fb3f54b67d (diff)
parentb4f61b7fa455b6bea2a12d46c59d8685f761018b (diff)
downloadgit-8e777af273dd76c9140f6d8bf24a09e26a89f4c5.zip
git-8e777af273dd76c9140f6d8bf24a09e26a89f4c5.tar.gz
git-8e777af273dd76c9140f6d8bf24a09e26a89f4c5.tar.bz2
Merge branch 'bp/fsmonitor'
Test fix. * bp/fsmonitor: p7519: improve check for prerequisite WATCHMAN
Diffstat (limited to 't')
-rwxr-xr-xt/perf/p7519-fsmonitor.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/t/perf/p7519-fsmonitor.sh b/t/perf/p7519-fsmonitor.sh
index 16d1bf7..65e145c 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