summaryrefslogtreecommitdiff
path: root/tests/chgrp/basic
diff options
context:
space:
mode:
Diffstat (limited to 'tests/chgrp/basic')
-rwxr-xr-xtests/chgrp/basic2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/chgrp/basic b/tests/chgrp/basic
index 2e5ece7fa..fb4aa774b 100755
--- a/tests/chgrp/basic
+++ b/tests/chgrp/basic
@@ -85,6 +85,6 @@ changed group of `symlink' to G1
EOF
cmp expected actual \
- || { diff -u expected actual 1>&2; fail=1; }
+ || { diff expected actual 1>&2; fail=1; }
(exit $fail); exit