diff options
-rwxr-xr-x | tests/tail-2/infloop-1 | 2 |
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 |