summaryrefslogtreecommitdiff
path: root/t/perf
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2017-12-28 14:08:48 -0800
committerLibravatar Junio C Hamano <gitster@pobox.com>2017-12-28 14:08:48 -0800
commit8e777af273dd76c9140f6d8bf24a09e26a89f4c5 (patch)
treec6b1fc245007c144d51076f6f34aec370f9bfb63 /t/perf
parentMerge branch 'jh/partial-clone-doc' (diff)
parentp7519: improve check for prerequisite WATCHMAN (diff)
downloadtgif-8e777af273dd76c9140f6d8bf24a09e26a89f4c5.tar.xz
Merge branch 'bp/fsmonitor'
Test fix. * bp/fsmonitor: p7519: improve check for prerequisite WATCHMAN
Diffstat (limited to 't/perf')
-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 16d1bf72e5..65e145c02d 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