summaryrefslogtreecommitdiff
path: root/testsuite/chgrp.test
Commit message (Collapse)AuthorAgeFilesLines
* Tell rsync to preserve permissions.Wayne Davison2004-05-211-1/+1
|
* - Use $suitedir to find rsync.fns.Wayne Davison2004-05-181-4/+1
| | | | - The values of fromdir and todir are already set.
* Now that the long-standing chgrp bug is fixed, go back to -vvv from -vvvv.Wayne Davison2004-02-051-1/+1
|
* Improved the trailing comment.Wayne Davison2004-02-041-0/+1
|
* Temporarily switch to 4 -v options.Wayne Davison2004-02-041-3/+1
|
* Added some temporary code to try to figure out what is going wrongWayne Davison2004-02-031-1/+2
| | | | on one NetBSD box in our build farm.
* Removed an obsolete comment.Wayne Davison2004-01-221-3/+0
|
* Fix the chgrp and hardlinks tests by running $RSYNC instead of relying on theJos Backus2002-11-051-1/+1
| | | | | | | new rsync being in $PATH; it may pick up an old version, invalidating the result of the tests. This is what the other tests do already. Submitted by: Joel Shprentz <ShprentzJ@nima.mil>
* Change chgrp.test to use our getgroups rather than the system's.Martin Pool2002-03-251-1/+1
|
* Use `id -G` rather than `groups` to get a list of groups for thisMartin Pool2002-03-221-1/+3
| | | | | user, so that we can cope on systems like Cygwin that tend to have group names containing spaces.
* This test must specify --times because it compares listings thatMartin Pool2002-02-181-1/+2
| | | | include mtimes.
* Add a test that --group correctly propagates groups of which the localMartin Pool2002-02-091-0/+35
user is a member.