summaryrefslogtreecommitdiff
path: root/tests/tail-2/wait.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tail-2/wait.sh')
-rwxr-xr-xtests/tail-2/wait.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tail-2/wait.sh b/tests/tail-2/wait.sh
index 008f9f55e..59f796abe 100755
--- a/tests/tail-2/wait.sh
+++ b/tests/tail-2/wait.sh
@@ -65,7 +65,7 @@ for mode in '' '---disable-inotify'; do
>tail.err
done
-if test "$HAVE_INOTIFY"; then
+if test "$HAVE_INOTIFY" && test -z "$mode" && is_local_dir_ .; then
# Ensure -F never follows a descriptor after rename
# either with tiny or significant delays between operations
tail_F()