From: Jim Meyering Date: Thu, 14 Dec 2000 15:01:55 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_0_34~67 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=976f3796be30b42b12f9a0e05971a583170433cd;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/tests/chgrp/deref b/tests/chgrp/deref index 9c63df8300..c877726dcd 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