diff options
author | Jim Meyering <jim@meyering.net> | 2004-06-09 14:45:38 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-06-09 14:45:38 +0000 |
commit | 0774a224fed865c2f07c502279c22fce6372d7f9 (patch) | |
tree | 29c89bc7240edb7295e53215e247cc6ecff9a25f /tests/chgrp/basic | |
parent | fc61fc852f132631ba5bce4182328d318d646fd0 (diff) | |
download | coreutils-0774a224fed865c2f07c502279c22fce6372d7f9.tar.xz |
Adjust to accommodate Paul Eggert's changes of 2004-06-08.
Diffstat (limited to 'tests/chgrp/basic')
-rwxr-xr-x | tests/chgrp/basic | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/chgrp/basic b/tests/chgrp/basic index 371e17386..6d717fc84 100755 --- a/tests/chgrp/basic +++ b/tests/chgrp/basic @@ -87,9 +87,8 @@ test "$VERBOSE" = yes && set +x cat <<\EOF > expected changed group of `f' to G1 changed group of `f' to G2 -changed group of `f' to G2 -changed group of `f' to G1 changed group of `f' to G1 +group of `f' retained as G1 changed group of `f' to G2 changed group of `d/f3' to G2 changed group of `d' to G2 @@ -100,7 +99,6 @@ changed group of `d' to G2 changed group of `d/f3' to G1 changed group of `d' to G1 changed group of `d' to G2 -changed group of `symlink' to G2 changed ownership of `f' to :G2 changed group of `symlink' to G1 changed ownership of `f' to :G2 |