1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-26 02:30:35 +02:00

*** empty log message ***

This commit is contained in:
Jim Meyering
2000-12-09 14:08:07 +00:00
parent 64f7bff756
commit 5c8eb8ec36
+2
View File
@@ -53,6 +53,7 @@ chgrp $g2 f2 || fail=1
chgrp -R --verbose $g1 d
chgrp -R -c $g2 d
chgrp -R -c $g1 d
chgrp -c $g2 d
) 2>&1 | sed "s/ $g1$/ G1/;s/ $g2$/ G2/" > actual
cat <<\EOF > expected
@@ -69,6 +70,7 @@ group of `d' changed to G2
group of `d/f3' changed to G2
group of `d' changed to G1
group of `d/f3' changed to G1
group of `d' changed to G2
EOF
cmp expected actual \