<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils/tests/chgrp/basic, branch v6.0</title>
<subtitle>Mirror of https://https.git.savannah.gnu.org/git/coreutils.git/
</subtitle>
<id>https://git.shady.money/coreutils/atom?h=v6.0</id>
<link rel='self' href='https://git.shady.money/coreutils/atom?h=v6.0'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/'/>
<updated>2006-01-03T06:20:25Z</updated>
<entry>
<title>Make sure we can change the group of inaccessible files.</title>
<updated>2006-01-03T06:20:25Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2006-01-03T06:20:25Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=f6f906808dca5e11bd3180bfbc652de743d75a84'/>
<id>urn:sha1:f6f906808dca5e11bd3180bfbc652de743d75a84</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a comment explaining (probably) why this</title>
<updated>2005-10-18T09:14:36Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2005-10-18T09:14:36Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=efad655ef46db5cd4817624be99e2fe25f71245c'/>
<id>urn:sha1:efad655ef46db5cd4817624be99e2fe25f71245c</id>
<content type='text'>
test fails on OpenBSD 3.2 when run in an NFS-mounted directory.
</content>
</entry>
<entry>
<title>Use numeric group ids, not symbolic group names, to avoid shell quoting issues.</title>
<updated>2005-01-17T22:40:57Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2005-01-17T22:40:57Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=b10a836fa0f27b5f2ef1491c3226681a97ea4072'/>
<id>urn:sha1:b10a836fa0f27b5f2ef1491c3226681a97ea4072</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Test "chgrp '' file".</title>
<updated>2004-08-19T20:03:48Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2004-08-19T20:03:48Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=a078203b6d099786d2f60df1c3849bf718102595'/>
<id>urn:sha1:a078203b6d099786d2f60df1c3849bf718102595</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace all occurrences of `(exit N); exit' with</title>
<updated>2004-06-23T15:07:00Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2004-06-23T15:07:00Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=112efa81f24ead69a3a9b6ae76f601911535352c'/>
<id>urn:sha1:112efa81f24ead69a3a9b6ae76f601911535352c</id>
<content type='text'>
`(exit N); exit N'.  Otherwise, those many tests could exit with
improper exit status when exiting via e.g., a trapped interrupt.
Thanks to a report from Bob Proulx.
</content>
</entry>
<entry>
<title>Adjust to accommodate Paul Eggert's changes of 2004-06-08.</title>
<updated>2004-06-09T14:45:38Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2004-06-09T14:45:38Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=0774a224fed865c2f07c502279c22fce6372d7f9'/>
<id>urn:sha1:0774a224fed865c2f07c502279c22fce6372d7f9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Test that chgrp -h does not fail on</title>
<updated>2004-06-08T16:58:28Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2004-06-08T16:58:28Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=57a06c936605bf64cf519487e7c2c02b889b5e8f'/>
<id>urn:sha1:57a06c936605bf64cf519487e7c2c02b889b5e8f</id>
<content type='text'>
symlinks, even on hosts where that's not supported.
Test that if -R is specified without -H or L, -h is assumed.
Test that chown() is not optimized away.
</content>
</entry>
<entry>
<title>Use chown --from to discover whether the</title>
<updated>2004-06-08T15:25:45Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2004-06-08T15:25:45Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=8dbd36d92511faf7630310f5437586e231cb4fc5'/>
<id>urn:sha1:8dbd36d92511faf7630310f5437586e231cb4fc5</id>
<content type='text'>
group changed, since chgrp now changes unconditionally.  This
complicates the sed script a bit.  Do not specify --dereference,
since it's the default (and we want to test this).  Adjust output
to match the fact that chgrp no longer optimizes the case of
changing a file's group to the same value as before.
</content>
</entry>
<entry>
<title>Use -h where necessary to retain semantics.</title>
<updated>2004-05-17T12:10:43Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2004-05-17T12:10:43Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=58f134b649641a442a21f60a1c5889f4581240a5'/>
<id>urn:sha1:58f134b649641a442a21f60a1c5889f4581240a5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't fail when run with VERBOSE=yes.</title>
<updated>2003-10-21T16:07:47Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2003-10-21T16:07:47Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=7e9a874be6c489e0633e9a28bedaa4a74cd5c2b9'/>
<id>urn:sha1:7e9a874be6c489e0633e9a28bedaa4a74cd5c2b9</id>
<content type='text'>
Do `set +x' before starting the subshell
from which we invoke chgrp.  Otherwise, the output from the
VERBOSE=yes-induced `set -x' would result in spurious differences.
</content>
</entry>
</feed>
