summaryrefslogtreecommitdiff
path: root/tests/chgrp
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-04-21 14:36:20 +0000
committerJim Meyering <jim@meyering.net>2001-04-21 14:36:20 +0000
commit2fca663e2fb50b67304a482e6fc02fe2f3522eec (patch)
tree73d7b92a7073226d34f08656ccc76d2c6ec69f87 /tests/chgrp
parent8c65bdf19467ea9e0b8947fffdf369b4bdc53c6e (diff)
downloadcoreutils-2fca663e2fb50b67304a482e6fc02fe2f3522eec.tar.xz
Ensure that initial group id's are properly set for `d' and `d/f3'.
Diffstat (limited to 'tests/chgrp')
-rwxr-xr-xtests/chgrp/basic1
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