From: Jim Meyering Date: Sat, 16 Dec 2000 09:11:24 +0000 (+0000) Subject: Don't assume that creating a file gives it group $g1. X-Git-Tag: FILEUTILS-4_0_34~54 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=43da73f06430de52a1785cc9d8ef38d8e2e91b34;p=thirdparty%2Fcoreutils.git Don't assume that creating a file gives it group $g1. --- diff --git a/tests/chgrp/basic b/tests/chgrp/basic index b6b5d03dc8..c3fbfbda59 100755 --- a/tests/chgrp/basic +++ b/tests/chgrp/basic @@ -61,7 +61,7 @@ chgrp $g2 f2 || fail=1 rm -f f touch f ln -s f symlink - chgrp -c $g1 f + chgrp $g1 f chgrp $g2 symlink 2> /dev/null # This should not change the group of f. chgrp -c $g2 symlink 2> /dev/null