]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Thu, 14 Dec 2000 15:01:55 +0000 (15:01 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 14 Dec 2000 15:01:55 +0000 (15:01 +0000)
tests/chgrp/deref

index 9c63df830003c0903e423a18fb28118f0817dc5e..c877726dcd2f71e355a6665d4e6223ffc7f6e183 100755 (executable)
@@ -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