summaryrefslogtreecommitdiff
path: root/tests/chgrp
AgeCommit message (Collapse)Author
2005-05-14.Jim Meyering
2005-05-13.Jim Meyering
2005-04-30Regenerate.Paul Eggert
2005-04-11Regenerate.Paul Eggert
2005-03-22.Jim Meyering
2005-03-21Regenerate.Paul Eggert
2005-03-19.Jim Meyering
2005-03-09.Jim Meyering
2005-03-01.Jim Meyering
2005-02-26Regenerate.Paul Eggert
2005-02-22Regenerate.Paul Eggert
2005-02-21Regenerate.Paul Eggert
2005-02-13.Jim Meyering
2005-02-09.Jim Meyering
2005-01-29.Jim Meyering
2005-01-17Use numeric group ids, not symbolic group names, to avoid shell quoting issues.Paul Eggert
2005-01-03Regenerate.Paul Eggert
2004-12-20Regenerate.Paul Eggert
2004-11-30.Jim Meyering
2004-11-28.Jim Meyering
2004-11-26Regenerate.Paul Eggert
2004-11-14.Jim Meyering
2004-11-06.Jim Meyering
2004-11-04Regenerate.Paul Eggert
2004-11-03Regenerate.Paul Eggert
2004-10-04Regenerate.Paul Eggert
2004-09-22Use automake-1.9.2. Regenerate dependent files.Jim Meyering
2004-08-20Regenerate.Paul Eggert
2004-08-19Test "chgrp '' file".Paul Eggert
2004-08-11Regenerate.Paul Eggert
2004-08-09Regenerate.Paul Eggert
2004-08-05Regenerate.Paul Eggert
2004-08-02Regenerate.Paul Eggert
2004-07-28Regenerate.Paul Eggert
2004-07-28Regenerate.Paul Eggert
2004-07-23Regenerate.Paul Eggert
2004-07-12Regenerate.Paul Eggert
2004-06-23Replace all occurrences of `(exit N); exit' withJim Meyering
`(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.
2004-06-09Adjust to accommodate Paul Eggert's changes of 2004-06-08.Jim Meyering
2004-06-08.Jim Meyering
2004-06-08Test that chgrp -h does not fail onJim Meyering
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.
2004-06-08Do not attempt to combine -h and -H; theseJim Meyering
options are incompatible, and their behavior is undefined with POSIX. (changed, not_changed): Adjust to match the fact that -h is no longer specified. Sort names.
2004-06-08Use chown --from to discover whether theJim Meyering
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.
2004-06-08.Jim Meyering
2004-06-01.Jim Meyering
2004-05-29.Jim Meyering
2004-05-17Use -h where necessary to retain semantics.Jim Meyering
2004-04-26.Jim Meyering
2004-04-19.Jim Meyering
2004-04-14.Jim Meyering