summaryrefslogtreecommitdiff
path: root/testsuite/rsync.fns
Commit message (Expand)AuthorAgeFilesLines
* Make sure that /etc and /bin actually are readable before we tryWayne Davison2004-09-161-2/+10
* Added even more double-quoting.Wayne Davison2004-07-221-7/+7
* Got rid of a couple unneeded assignments.Wayne Davison2004-06-241-2/+0
* - Use fromdir, todir, and tmpdir instead of FROM, TO, and TMP.Wayne Davison2004-05-181-36/+36
* Set the "max verbosity" global to 9.Wayne Davison2004-02-041-0/+1
* We now figure out if diff accepts -u and we'll use it instead of -c,Wayne Davison2003-07-051-2/+8
* Changed "diff -u" back to "diff -c" (for portability).Wayne Davison2003-07-051-2/+2
* Changed "diff -c" to "diff -u".Wayne Davison2003-07-041-2/+2
* Change the default of --modify-window back to 0 on Cygwin.David Dykstra2003-01-281-4/+0
* Move the sleep to workaround the default modify-window of 1 on Cygwin toDavid Dykstra2003-01-271-4/+4
* Tests that use hands_setup to make a test file directory and rightDavid Dykstra2003-01-261-0/+4
* Don't try to run daemon tests as "nobody".Wayne Davison2003-01-251-9/+2
* Put the UID and GID that rsyncd will run as into variables.Wayne Davison2003-01-211-5/+9
* Skip the longdir test if the long directory can't even be created, such asDavid Dykstra2003-01-101-1/+1
* Get rid of testlink after use.Martin Pool2002-04-051-0/+2
* Fix suggested by Jos for hands.test. Some of the functionalityMartin Pool2002-03-261-22/+0
* Jos points out that test -L is still broken on Solaris. Now we try upMartin Pool2002-03-261-1/+27
* Change chgrp.test to use our getgroups rather than the system's.Martin Pool2002-03-251-1/+5
* Doc permissions while testing.Martin Pool2002-03-221-2/+8
* Rather than literally "nobody", try using uid/gid = 65534 asMartin Pool2002-03-221-0/+6
* If tests are skipped, explain why.Martin Pool2002-03-221-0/+1
* Doc about checkit.Martin Pool2002-03-221-0/+5
* Typo.Martin Pool2002-03-151-1/+1
* On Solaris, put /usr/ucb/bin at the end of the path to help findMartin Pool2002-03-151-0/+3
* Try to handle 'test -L' on Sun.Martin Pool2002-03-151-0/+5
* Fix generated rsyncd.conf file for testing.Martin Pool2002-03-121-2/+4
* Solaris does not have diff -u.Martin Pool2002-02-181-1/+1
* When comparing directories, use `find .` to call diff, rather thanMartin Pool2002-01-251-1/+5
* Add test_skipped function.Martin Pool2002-01-251-0/+5
* Add concept of expected-failure.Martin Pool2002-01-111-0/+8
* Improved test framework and test for hardlink handlingMartin Pool2002-01-111-19/+15
* Add an "unsafe" symlink to the symlink test case so we can see what happens.Martin Pool2001-12-181-0/+1
* Add a test that when none of -l, -L, -a are specified symlinks are notMartin Pool2001-12-141-0/+15
* Fix test suite breakage in calling tls.Martin Pool2001-12-021-4/+12
* Fix shMartin Pool2001-11-271-2/+6
* Be a bit more verboseMartin Pool2001-11-271-1/+2
* Unbreak recursive ls testMartin Pool2001-11-271-2/+2
* Oops, fix bash syntaxMartin Pool2001-11-271-1/+1
* Use tls rather than the OS's ls(1) so that we have more chance ofMartin Pool2001-11-271-3/+8
* Remove test trace stuff.Martin Pool2001-09-071-2/+2
* Oops, some machines don't have `which`.Martin Pool2001-09-061-1/+1
* Oops, some machines don't have `which`.Martin Pool2001-09-061-1/+1
* See if head(1) works -- broken on some systems?Martin Pool2001-09-061-0/+3
* More testsuite cleanups. Now I hope we cope without 'cp -a', thoughMartin Pool2001-09-061-5/+4
* BSD machines don't seem to have head(1).Martin Pool2001-09-061-3/+3
* Split the 'longdir' test into its own script, and make it work withoutMartin Pool2001-09-061-3/+12
* Add a makepath() function to cope with machines that do not haveMartin Pool2001-09-061-0/+24
* Fiddle umask again.Martin Pool2001-09-061-4/+17
* Set umask so that symlinks will have the right permissions on BSD.Martin Pool2001-09-061-0/+19
* Fix sh syntax for FreeBSD.Martin Pool2001-08-311-1/+1