summaryrefslogtreecommitdiff
path: root/tests/tail-2/assert-2.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tail-2/assert-2.sh')
-rwxr-xr-xtests/tail-2/assert-2.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tail-2/assert-2.sh b/tests/tail-2/assert-2.sh
index 79d4254cc..03ba8e2e6 100755
--- a/tests/tail-2/assert-2.sh
+++ b/tests/tail-2/assert-2.sh
@@ -38,7 +38,7 @@ for mode in '' '---disable-inotify'; do
rm -f a foo out
touch a || framework_failure_
- tail $mode --follow=name $fastpoll a foo > out 2>&1 & pid=$!
+ tail $mode $fastpoll -F a foo > out 2>&1 & pid=$!
# Wait up to 12.7s for tail to start.
echo x > a || framework_failure_