aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite
Commit message (Collapse)AuthorAgeFilesLines
* Test --only-write-batch option.Wayne Davison2006-12-261-0/+6
|
* Make the error messages a little clearer.Wayne Davison2006-12-161-3/+3
|
* Changed the test for the 2.6.8 bug to preserve owner and group.Wayne Davison2006-12-161-1/+1
|
* Handle the new output from the hard-link code, including a fixWayne Davison2006-12-091-6/+4
| | | | for a long-standing bug combinding -H with --compare-dest.
* Use --delete-delay instead of --delete-after.Wayne Davison2006-12-081-1/+1
|
* Switch over to testing --remove-source-files, not *-sent-*.Wayne Davison2006-11-221-2/+2
|
* Test --del too.Wayne Davison2006-11-101-1/+8
|
* Fixed the hard-linking of symlinks test (we need to use a symlinkWayne Davison2006-11-101-2/+7
| | | | to a non-existent file for the test to work right).
* Changed how we deal with the alternate-dest directory becauseWayne Davison2006-11-101-21/+20
| | | | some systems change the time on a directory that gets moved.
* If the OS can't hard-link a symlink, tweak the expected outputWayne Davison2006-11-101-1/+5
| | | | when using --link-dest.
* Changed to reflect new (more correct) output of what updating isWayne Davison2006-11-101-41/+25
| | | | happening.
* Improved to test --link-dest (when hard-linking of devices works).Wayne Davison2006-11-101-1/+19
|
* Some OSes can't chmod -t for a file, so I changed the logic of ourWayne Davison2006-10-131-3/+3
| | | | to to substitute a chmod that will work everywhere.
* Removed the changes in symlink handling in non-chroot daemon mode asWayne Davison2006-10-121-5/+1
| | | | | they were not yet safe (I'll consider similar changes for the next release).
* Renumbered tests after adding one in the middle.Wayne Davison2006-10-111-5/+5
|
* Handle the itemizing of of the "." dir when it is newly created.Wayne Davison2006-10-111-6/+7
|
* Made some of the --link-dest tests use a relative destinationWayne Davison2006-10-091-3/+14
| | | | | directory, and made one of those do a --dry-run test before the regular test.
* Some more testing based on Matt's recent patch.Wayne Davison2006-09-231-0/+30
|
* Improved the --delete-excluded test based on Matt's input andWayne Davison2006-09-011-4/+8
| | | | another corner case I noticed.
* Added Matt's --delete-excluded test for merge-file correctness.Wayne Davison2006-08-311-0/+10
|
* Authorize the current host in the rsyncd.conf file in additionWayne Davison2006-05-301-1/+2
| | | | | to localhost and 127.0.0.1 (which will hopefully fix the failing of the daemon tests on FreeBSD).
* Test the new symlink sanitizing fix by using ::test-scratchdir/toWayne Davison2006-05-021-1/+5
| | | | as the destination and including a symlink with a leading "../" .
* Tweaked our test config file to include transfer logging thatWayne Davison2006-05-021-1/+6
| | | | includes %i, and to have a test-scratchdir module.
* Make sure that the --relative test creates the implied directoriesWayne Davison2006-03-161-3/+4
| | | | | with user-write permission, and turns any symlinks in the implied dirs into real dirs.
* Added a test of a simple exclude when --relative is enabled.Wayne Davison2006-03-131-0/+7
|
* Decided against shortening the output of --itemize-changes.Wayne Davison2006-02-092-79/+79
|
* Test directory setgid inheritence when --perms is not in effect.Wayne Davison2006-02-041-0/+41
|
* Added a missing '(' in the opening comments.Wayne Davison2006-02-048-8/+8
|
* Added a special permission (o+t) to one of the files in the test.Wayne Davison2006-02-041-2/+2
|
* Tweaked a function declaraion.Wayne Davison2006-02-041-1/+1
|
* Decided I don't like "set -x".Wayne Davison2006-02-0321-42/+1
|
* The calls to check_perms now pass a test number arg andWayne Davison2006-02-031-8/+6
| | | | don't check for failure (it will die on failure).
* Improved check_perms() to work with a directory, to have betterWayne Davison2006-02-031-1/+7
| | | | output on error, and to call test_fail on error.
* Moved check_perms() into rsync.fns and tweaked how it is called.Wayne Davison2006-02-031-15/+6
|
* Added a new function: check_perms().Wayne Davison2006-02-031-1/+4
|
* Matt's executability test with a few tweaks (e.g. to avoid usingWayne Davison2006-02-031-0/+58
| | | | "stat").
* Moved the filter_outfile() function to rsync.fns.Wayne Davison2006-01-302-26/+0
|
* Moved the filter_outfile() function here since it was identicalWayne Davison2006-01-301-0/+14
| | | | in devices.test and itemize.test.
* The setting of HOME got moved to rsync.fns.Wayne Davison2006-01-261-2/+1
|
* Set $HOME to $scratchdir so that our tests are not affected byWayne Davison2006-01-261-0/+3
| | | | anything unexpected, such as a ~/.popt file.
* The itemized output for the fifo changed.Wayne Davison2006-01-261-1/+1
|
* Added testing of the --itemize-changes output for devices.Wayne Davison2006-01-241-2/+68
|
* Changed to handle removed 'a' slot in %i output.Wayne Davison2006-01-241-67/+67
|
* Added a test for the new "dir/***" feature.Wayne Davison2006-01-021-0/+7
|
* We now test all the patterns using both a normal wildtest run andWayne Davison2006-01-021-2/+6
| | | | a wildtest run with various -x and -e options.
* Added an anchored exclude to a filter file.Wayne Davison2005-12-191-3/+6
|
* Improved the tests we run to test more output variations and to workWayne Davison2005-12-151-8/+116
| | | | with the new way link-dest handles symlinks.
* Test the --chmod option.Wayne Davison2005-11-071-0/+44
|
* Hard-link a device in order to test that this works properly.Wayne Davison2005-07-311-1/+2
|
* Fixed test to work when objdir != srcdir (thanks to Art Haas).Wayne Davison2005-06-241-3/+3
|