]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Don't assume that creating a file gives it group $g1.
authorJim Meyering <jim@meyering.net>
Sat, 16 Dec 2000 09:11:24 +0000 (09:11 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 16 Dec 2000 09:11:24 +0000 (09:11 +0000)
tests/chgrp/basic

index b6b5d03dc81763875cfa507d7af4305f636c3e5f..c3fbfbda59117db3c833b4636fe66443f9b5b724 100755 (executable)
@@ -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