diff options
| author | Jim Meyering <jim@meyering.net> | 2001-04-21 14:36:20 +0000 |
|---|---|---|
| committer | Jim Meyering <jim@meyering.net> | 2001-04-21 14:36:20 +0000 |
| commit | 2fca663e2fb50b67304a482e6fc02fe2f3522eec (patch) | |
| tree | 73d7b92a7073226d34f08656ccc76d2c6ec69f87 | |
| parent | 8c65bdf19467ea9e0b8947fffdf369b4bdc53c6e (diff) | |
| download | coreutils-2fca663e2fb50b67304a482e6fc02fe2f3522eec.tar.gz coreutils-2fca663e2fb50b67304a482e6fc02fe2f3522eec.zip | |
Ensure that initial group id's are properly set for `d' and `d/f3'.
| -rwxr-xr-x | tests/chgrp/basic | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/chgrp/basic b/tests/chgrp/basic index e186e0ab8..2e5ece7fa 100755 --- a/tests/chgrp/basic +++ b/tests/chgrp/basic @@ -34,6 +34,7 @@ touch f f2 d/f3 chgrp $g1 f || fail=1 chgrp $g2 f || fail=1 chgrp $g2 f2 || fail=1 +chgrp -R $g1 d || fail=1 ( chgrp -c $g1 f |
