summaryrefslogtreecommitdiff
path: root/t/t7519/fsmonitor-watchman
diff options
context:
space:
mode:
Diffstat (limited to 't/t7519/fsmonitor-watchman')
-rwxr-xr-xt/t7519/fsmonitor-watchman3
1 files changed, 1 insertions, 2 deletions
diff --git a/t/t7519/fsmonitor-watchman b/t/t7519/fsmonitor-watchman
index d8e7a1e..264b9da 100755
--- a/t/t7519/fsmonitor-watchman
+++ b/t/t7519/fsmonitor-watchman
@@ -26,8 +26,7 @@ if ($version == 1) {
# subtract one second to make sure watchman will return all changes
$time = int ($time / 1000000000) - 1;
} else {
- die "Unsupported query-fsmonitor hook version '$version'.\n" .
- "Falling back to scanning...\n";
+ exit 1;
}
my $git_work_tree;