summaryrefslogtreecommitdiff
path: root/tests/rm/one-file-system
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rm/one-file-system')
-rwxr-xr-xtests/rm/one-file-system2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rm/one-file-system b/tests/rm/one-file-system
index 064d27c2b..93c1f7ff6 100755
--- a/tests/rm/one-file-system
+++ b/tests/rm/one-file-system
@@ -43,6 +43,6 @@ EOF
rm --one-file-system -rf a 2> out && fail=1
test -d $t/y || fail=1
-compare out exp || fail=1
+compare exp out || fail=1
Exit $fail