summaryrefslogtreecommitdiff
path: root/tests/misc/cat-buf
diff options
context:
space:
mode:
Diffstat (limited to 'tests/misc/cat-buf')
-rwxr-xr-xtests/misc/cat-buf2
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