summaryrefslogtreecommitdiff
path: root/tests/tail-2/pipe-f2
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tail-2/pipe-f2')
-rwxr-xr-xtests/tail-2/pipe-f22
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tail-2/pipe-f2 b/tests/tail-2/pipe-f2
index 3422c23cf..f1ae47015 100755
--- a/tests/tail-2/pipe-f2
+++ b/tests/tail-2/pipe-f2
@@ -22,7 +22,7 @@ print_ver_ tail
mkfifo_or_skip_ fifo
echo 1 > fifo &
-echo 1 > exp || framework_failure
+echo 1 > exp || framework_failure_
timeout 10 tail -f fifo > out
test $? = 124 || fail=1