summaryrefslogtreecommitdiff
path: root/tests/rm/cycle
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rm/cycle')
-rwxr-xr-xtests/rm/cycle2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rm/cycle b/tests/rm/cycle
index 30596fb69..4146a988f 100755
--- a/tests/rm/cycle
+++ b/tests/rm/cycle
@@ -31,6 +31,6 @@ rm: cannot remove `a/b/file'
rm: cannot remove `a/b/file'
EOF
-compare out exp || fail=1
+compare exp out || fail=1
Exit $fail