summaryrefslogtreecommitdiff
path: root/tests/chgrp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/chgrp')
-rwxr-xr-xtests/chgrp/deref2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/chgrp/deref b/tests/chgrp/deref
index 9c63df830..c877726dc 100755
--- a/tests/chgrp/deref
+++ b/tests/chgrp/deref
@@ -78,7 +78,7 @@ mkdir d e
touch e/f
ln -s ../e d/s
chgrp -R $g1 e/f
-# Neither of the following should not change the group of e/f
+# Neither of the following should change the group of e/f
chgrp -R $g2 d
set _ `ls -l e/f`; g=$5; test "$g" = $g1 || fail=1
chgrp --deref -R $g2 d