summaryrefslogtreecommitdiff
path: root/tests/touch/not-owner
diff options
context:
space:
mode:
Diffstat (limited to 'tests/touch/not-owner')
-rwxr-xr-xtests/touch/not-owner2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/touch/not-owner b/tests/touch/not-owner
index 1166c1608..98dd4e348 100755
--- a/tests/touch/not-owner
+++ b/tests/touch/not-owner
@@ -50,6 +50,6 @@ EOF
done
test "$match" = 1 || fail=1
-test $fail = 1 && diff out exp 2> /dev/null
+test $fail = 1 && compare out exp
Exit $fail