summaryrefslogtreecommitdiffstats
path: root/tests/chgrp/basic
AgeCommit message (Collapse)AuthorLines
2005-01-17Use numeric group ids, not symbolic group names, to avoid shell quoting issues.Paul Eggert-2/+6
2004-08-19Test "chgrp '' file".Paul Eggert-0/+3
2004-06-23Replace all occurrences of `(exit N); exit' withJim Meyering-2/+2
`(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-3/+1
2004-06-08Test that chgrp -h does not fail onJim Meyering-2/+19
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-9/+13
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-2/+2
2003-10-21Don't fail when run with VERBOSE=yes.Jim Meyering-0/+3
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-0/+1
2001-12-04Don't use diff's -u option. It's not portable.Jim Meyering-1/+1
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-0/+1
2000-12-16Use group-names.Jim Meyering-11/+1
2000-12-16Don't assume that creating a file gives it group $g1.Jim Meyering-1/+1
2000-12-15changed messages to match those chgrp now producesJim Meyering-15/+16
2000-12-10*** empty log message ***Jim Meyering-1/+7
2000-12-10add envvar and lang checksJim Meyering-0/+3
2000-12-10*** empty log message ***Jim Meyering-0/+10
2000-12-09*** empty log message ***Jim Meyering-1/+1
2000-12-09*** empty log message ***Jim Meyering-0/+2
2000-12-09*** empty log message ***Jim Meyering-0/+77