summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtests/chgrp/basic2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/chgrp/basic b/tests/chgrp/basic
index b6b5d03dc..c3fbfbda5 100755
--- a/tests/chgrp/basic
+++ b/tests/chgrp/basic
@@ -61,7 +61,7 @@ chgrp $g2 f2 || fail=1
rm -f f
touch f
ln -s f symlink
- chgrp -c $g1 f
+ chgrp $g1 f
chgrp $g2 symlink 2> /dev/null
# This should not change the group of f.
chgrp -c $g2 symlink 2> /dev/null