summaryrefslogtreecommitdiff
path: root/tests/chgrp/basic
AgeCommit message (Collapse)Author
2004-08-19Test "chgrp '' file".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-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-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-05-17Use -h where necessary to retain semantics.Jim Meyering
2003-10-21Don't fail when run with VERBOSE=yes.Jim Meyering
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.
2003-10-14add a blank lineJim Meyering
2001-12-04Don't use diff's -u option. It's not portable.Jim Meyering
Besides, with GNU diff one can use the DIFF_OPTIONS envvar.
2001-04-21Ensure that initial group id's are properly set for `d' and `d/f3'.Jim Meyering
2000-12-16Use group-names.Jim Meyering
2000-12-16Don't assume that creating a file gives it group $g1.Jim Meyering
2000-12-15changed messages to match those chgrp now producesJim Meyering
2000-12-10*** empty log message ***Jim Meyering
2000-12-10add envvar and lang checksJim Meyering
2000-12-10*** empty log message ***Jim Meyering
2000-12-09*** empty log message ***Jim Meyering
2000-12-09*** empty log message ***Jim Meyering
2000-12-09*** empty log message ***Jim Meyering