Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-08-19 | Test "chgrp '' file". | Paul Eggert | |
2004-06-23 | Replace all occurrences of `(exit N); exit' with | Jim 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-09 | Adjust to accommodate Paul Eggert's changes of 2004-06-08. | Jim Meyering | |
2004-06-08 | Test that chgrp -h does not fail on | Jim 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-08 | Use chown --from to discover whether the | Jim 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-17 | Use -h where necessary to retain semantics. | Jim Meyering | |
2003-10-21 | Don'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-14 | add a blank line | Jim Meyering | |
2001-12-04 | Don'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-21 | Ensure that initial group id's are properly set for `d' and `d/f3'. | Jim Meyering | |
2000-12-16 | Use group-names. | Jim Meyering | |
2000-12-16 | Don't assume that creating a file gives it group $g1. | Jim Meyering | |
2000-12-15 | changed messages to match those chgrp now produces | Jim Meyering | |
2000-12-10 | *** empty log message *** | Jim Meyering | |
2000-12-10 | add envvar and lang checks | Jim 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 | |