summaryrefslogtreecommitdiff
path: root/tests/tail-2/infloop-1
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tail-2/infloop-1')
-rwxr-xr-xtests/tail-2/infloop-12
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tail-2/infloop-1 b/tests/tail-2/infloop-1
index c02323b67..a540a645b 100755
--- a/tests/tail-2/infloop-1
+++ b/tests/tail-2/infloop-1
@@ -24,7 +24,7 @@ yes_pid=$!
while :; do
test -s t && break
done
-tail -1 t &
+tail -n 1 t &
tail_pid=$!
kill $yes_pid
sleep 1