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

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