summaryrefslogtreecommitdiff
path: root/tests/tail-2/follow-stdin
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tail-2/follow-stdin')
-rwxr-xr-xtests/tail-2/follow-stdin4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/tail-2/follow-stdin b/tests/tail-2/follow-stdin
index e79f8f0a0..51520ab67 100755
--- a/tests/tail-2/follow-stdin
+++ b/tests/tail-2/follow-stdin
@@ -19,8 +19,8 @@
. "${srcdir=.}/init.sh"; path_prepend_ ../src
print_ver_ tail
-echo line > exp || framework_failure
-echo line > in || framework_failure
+echo line > exp || framework_failure_
+echo line > in || framework_failure_
timeout 1 tail -f < in > out 2> err