From: Jim Meyering Date: Thu, 14 Dec 2000 15:01:24 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_0_34~68 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1c643649b0e53a27f91d9e94fe34b38b7960515e;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/tests/chgrp/deref b/tests/chgrp/deref index b8aa036e13..9c63df8300 100755 --- a/tests/chgrp/deref +++ b/tests/chgrp/deref @@ -76,7 +76,7 @@ set _ `ls -l symlink`; g=$5; test "$g" = $g2 || fail=1 # See about traversing a symlink to a directory. mkdir d e touch e/f -ln -s ../e/f d/s +ln -s ../e d/s chgrp -R $g1 e/f # Neither of the following should not change the group of e/f chgrp -R $g2 d