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-stdin2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tail-2/follow-stdin b/tests/tail-2/follow-stdin
index 51520ab67..66fb26c3d 100755
--- a/tests/tail-2/follow-stdin
+++ b/tests/tail-2/follow-stdin
@@ -31,6 +31,6 @@ test $? = 124 || fail=1
test -s err && fail=1
# Ensure there was
-compare out exp || fail=1
+compare exp out || fail=1
Exit $fail