diff options
Diffstat (limited to 'tests/tail-2/follow-stdin')
-rwxr-xr-x | tests/tail-2/follow-stdin | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/tail-2/follow-stdin b/tests/tail-2/follow-stdin index 46e7ce80f..fc1343558 100755 --- a/tests/tail-2/follow-stdin +++ b/tests/tail-2/follow-stdin @@ -26,7 +26,6 @@ fi echo line > exp || framework_failure echo line > in || framework_failure -fail=0 timeout 1 tail -f < in > out 2> err # tail from coreutils-7.5 would fail |