From: Paul Eggert Date: Thu, 19 Aug 2004 20:03:48 +0000 (+0000) Subject: Test "chgrp '' file". X-Git-Tag: v5.3.0~774 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a078203b6d099786d2f60df1c3849bf718102595;p=thirdparty%2Fcoreutils.git Test "chgrp '' file". --- diff --git a/tests/chgrp/basic b/tests/chgrp/basic index b0967aae13..de3d1aef0a 100755 --- a/tests/chgrp/basic +++ b/tests/chgrp/basic @@ -43,6 +43,7 @@ test "$VERBOSE" = yes && set +x chgrp -c $g1 f chgrp -c $g2 f chgrp -c $g2 f + chgrp --verbose '' f chgrp --verbose $g1 f chgrp --verbose $g1 f chgrp --verbose --reference=f2 f @@ -80,6 +81,7 @@ test "$VERBOSE" = yes && set +x chgrp $g2 g sleep 1 chgrp $g1 f + chgrp '' f ls -c -t f g ) 2>&1 | sed "s/\([ :]\)$g1$/\1G1/;s/\([ :]\)$g2$/\1G2/" > actual @@ -87,6 +89,7 @@ test "$VERBOSE" = yes && set +x cat <<\EOF > expected changed group of `f' to G1 changed group of `f' to G2 +ownership of `f' retained changed group of `f' to G1 group of `f' retained as G1 changed group of `f' to G2