summaryrefslogtreecommitdiff
path: root/tests/misc/cat-buf.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/misc/cat-buf.sh')
-rwxr-xr-xtests/misc/cat-buf.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/misc/cat-buf.sh b/tests/misc/cat-buf.sh
index f12bb5bc1..a6960b566 100755
--- a/tests/misc/cat-buf.sh
+++ b/tests/misc/cat-buf.sh
@@ -35,6 +35,7 @@ cat_buf_1()
{
local delay="$1"
+ > out || framework_failure_
dd count=1 if=fifo > out & pid=$!
(echo 1; sleep $delay; echo 2) | cat -v > fifo
wait $pid