summaryrefslogtreecommitdiff
path: root/tests/rm/unread2
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rm/unread2')
-rwxr-xr-xtests/rm/unread22
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rm/unread2 b/tests/rm/unread2
index ae3365f25..a26ad0393 100755
--- a/tests/rm/unread2
+++ b/tests/rm/unread2
@@ -30,6 +30,6 @@ cat <<\EOF > exp
rm: cannot remove `a': Permission denied
EOF
-compare out exp || fail=1
+compare exp out || fail=1
Exit $fail