Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'bp/fsmonitor'
author
Junio C Hamano
<gitster@pobox.com>
Thu, 28 Dec 2017 22:08:48 +0000
(14:08 -0800)
committer
Junio C Hamano
<gitster@pobox.com>
Thu, 28 Dec 2017 22:08:48 +0000
(14:08 -0800)
Test fix.
* bp/fsmonitor:
p7519: improve check for prerequisite WATCHMAN
t/perf/p7519-fsmonitor.sh
patch
|
blob
|
history
raw
(from parent 1:
f40e83d
)
diff --git
a/t/perf/p7519-fsmonitor.sh
b/t/perf/p7519-fsmonitor.sh
index 16d1bf72e5ee800a276c4d1ec474a9cbc75b385a..65e145c02d9eafc5a43d56c1fb30fef7be63d704 100755
(executable)
--- 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