diff options
author | Jim Meyering <jim@meyering.net> | 2000-12-14 15:01:24 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-12-14 15:01:24 +0000 |
commit | 1c643649b0e53a27f91d9e94fe34b38b7960515e (patch) | |
tree | 8156ecf082a0aedc06c83d84a328a38f0c434b9c /tests | |
parent | 3337b5a092b54f8f9f5560d4b27af1e683d08d3d (diff) | |
download | coreutils-1c643649b0e53a27f91d9e94fe34b38b7960515e.tar.xz |
*** empty log message ***
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/chgrp/deref | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/chgrp/deref b/tests/chgrp/deref index b8aa036e1..9c63df830 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 |