diff options
Diffstat (limited to 'tests/misc/cat-buf')
-rwxr-xr-x | tests/misc/cat-buf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/cat-buf b/tests/misc/cat-buf index 348b41450..4bb5419b8 100755 --- a/tests/misc/cat-buf +++ b/tests/misc/cat-buf @@ -36,7 +36,7 @@ cat_buf_1() dd count=1 if=fifo > out & (echo 1; sleep $delay; echo 2) | cat -v > fifo wait # for dd to complete - compare out exp + compare exp out } retry_delay_ cat_buf_1 .1 6 || fail=1 |