Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tell rsync to preserve permissions. | Wayne Davison | 2004-05-21 | 1 | -1/+1 |
| | |||||
* | - Use $suitedir to find rsync.fns. | Wayne Davison | 2004-05-18 | 1 | -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 Davison | 2004-02-05 | 1 | -1/+1 |
| | |||||
* | Improved the trailing comment. | Wayne Davison | 2004-02-04 | 1 | -0/+1 |
| | |||||
* | Temporarily switch to 4 -v options. | Wayne Davison | 2004-02-04 | 1 | -3/+1 |
| | |||||
* | Added some temporary code to try to figure out what is going wrong | Wayne Davison | 2004-02-03 | 1 | -1/+2 |
| | | | | on one NetBSD box in our build farm. | ||||
* | Removed an obsolete comment. | Wayne Davison | 2004-01-22 | 1 | -3/+0 |
| | |||||
* | Fix the chgrp and hardlinks tests by running $RSYNC instead of relying on the | Jos Backus | 2002-11-05 | 1 | -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 Pool | 2002-03-25 | 1 | -1/+1 |
| | |||||
* | Use `id -G` rather than `groups` to get a list of groups for this | Martin Pool | 2002-03-22 | 1 | -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 that | Martin Pool | 2002-02-18 | 1 | -1/+2 |
| | | | | include mtimes. | ||||
* | Add a test that --group correctly propagates groups of which the local | Martin Pool | 2002-02-09 | 1 | -0/+35 |
user is a member. |