summaryrefslogtreecommitdiff
path: root/tests/chown/deref
diff options
context:
space:
mode:
Diffstat (limited to 'tests/chown/deref')
-rwxr-xr-xtests/chown/deref2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/chown/deref b/tests/chown/deref
index c228bde80..02175ff70 100755
--- a/tests/chown/deref
+++ b/tests/chown/deref
@@ -33,6 +33,6 @@ cat <<\EOF > exp || fail=1
chown: cannot dereference `dangle'
EOF
-compare out exp || fail=1
+compare exp out || fail=1
Exit $fail