From a078203b6d099786d2f60df1c3849bf718102595 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 19 Aug 2004 20:03:48 +0000 Subject: [PATCH] Test "chgrp '' file". --- tests/chgrp/basic | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.47.2