From: Jim Meyering Date: Sat, 21 Apr 2001 14:36:20 +0000 (+0000) Subject: Ensure that initial group id's are properly set for `d' and `d/f3'. X-Git-Tag: FILEUTILS-4_0_44~6 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=2fca663e2fb50b67304a482e6fc02fe2f3522eec;p=thirdparty%2Fcoreutils.git Ensure that initial group id's are properly set for `d' and `d/f3'. --- diff --git a/tests/chgrp/basic b/tests/chgrp/basic index e186e0ab82..2e5ece7fae 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