| Commit message (Expand) | Author | Age | Files | Lines |
* | Make sure that /etc and /bin actually are readable before we try | Wayne Davison | 2004-09-16 | 1 | -2/+10 |
* | Added even more double-quoting. | Wayne Davison | 2004-07-22 | 1 | -7/+7 |
* | Got rid of a couple unneeded assignments. | Wayne Davison | 2004-06-24 | 1 | -2/+0 |
* | - Use fromdir, todir, and tmpdir instead of FROM, TO, and TMP. | Wayne Davison | 2004-05-18 | 1 | -36/+36 |
* | Set the "max verbosity" global to 9. | Wayne Davison | 2004-02-04 | 1 | -0/+1 |
* | We now figure out if diff accepts -u and we'll use it instead of -c, | Wayne Davison | 2003-07-05 | 1 | -2/+8 |
* | Changed "diff -u" back to "diff -c" (for portability). | Wayne Davison | 2003-07-05 | 1 | -2/+2 |
* | Changed "diff -c" to "diff -u". | Wayne Davison | 2003-07-04 | 1 | -2/+2 |
* | Change the default of --modify-window back to 0 on Cygwin. | David Dykstra | 2003-01-28 | 1 | -4/+0 |
* | Move the sleep to workaround the default modify-window of 1 on Cygwin to | David Dykstra | 2003-01-27 | 1 | -4/+4 |
* | Tests that use hands_setup to make a test file directory and right | David Dykstra | 2003-01-26 | 1 | -0/+4 |
* | Don't try to run daemon tests as "nobody". | Wayne Davison | 2003-01-25 | 1 | -9/+2 |
* | Put the UID and GID that rsyncd will run as into variables. | Wayne Davison | 2003-01-21 | 1 | -5/+9 |
* | Skip the longdir test if the long directory can't even be created, such as | David Dykstra | 2003-01-10 | 1 | -1/+1 |
* | Get rid of testlink after use. | Martin Pool | 2002-04-05 | 1 | -0/+2 |
* | Fix suggested by Jos for hands.test. Some of the functionality | Martin Pool | 2002-03-26 | 1 | -22/+0 |
* | Jos points out that test -L is still broken on Solaris. Now we try up | Martin Pool | 2002-03-26 | 1 | -1/+27 |
* | Change chgrp.test to use our getgroups rather than the system's. | Martin Pool | 2002-03-25 | 1 | -1/+5 |
* | Doc permissions while testing. | Martin Pool | 2002-03-22 | 1 | -2/+8 |
* | Rather than literally "nobody", try using uid/gid = 65534 as | Martin Pool | 2002-03-22 | 1 | -0/+6 |
* | If tests are skipped, explain why. | Martin Pool | 2002-03-22 | 1 | -0/+1 |
* | Doc about checkit. | Martin Pool | 2002-03-22 | 1 | -0/+5 |
* | Typo. | Martin Pool | 2002-03-15 | 1 | -1/+1 |
* | On Solaris, put /usr/ucb/bin at the end of the path to help find | Martin Pool | 2002-03-15 | 1 | -0/+3 |
* | Try to handle 'test -L' on Sun. | Martin Pool | 2002-03-15 | 1 | -0/+5 |
* | Fix generated rsyncd.conf file for testing. | Martin Pool | 2002-03-12 | 1 | -2/+4 |
* | Solaris does not have diff -u. | Martin Pool | 2002-02-18 | 1 | -1/+1 |
* | When comparing directories, use `find .` to call diff, rather than | Martin Pool | 2002-01-25 | 1 | -1/+5 |
* | Add test_skipped function. | Martin Pool | 2002-01-25 | 1 | -0/+5 |
* | Add concept of expected-failure. | Martin Pool | 2002-01-11 | 1 | -0/+8 |
* | Improved test framework and test for hardlink handling | Martin Pool | 2002-01-11 | 1 | -19/+15 |
* | Add an "unsafe" symlink to the symlink test case so we can see what happens. | Martin Pool | 2001-12-18 | 1 | -0/+1 |
* | Add a test that when none of -l, -L, -a are specified symlinks are not | Martin Pool | 2001-12-14 | 1 | -0/+15 |
* | Fix test suite breakage in calling tls. | Martin Pool | 2001-12-02 | 1 | -4/+12 |
* | Fix sh | Martin Pool | 2001-11-27 | 1 | -2/+6 |
* | Be a bit more verbose | Martin Pool | 2001-11-27 | 1 | -1/+2 |
* | Unbreak recursive ls test | Martin Pool | 2001-11-27 | 1 | -2/+2 |
* | Oops, fix bash syntax | Martin Pool | 2001-11-27 | 1 | -1/+1 |
* | Use tls rather than the OS's ls(1) so that we have more chance of | Martin Pool | 2001-11-27 | 1 | -3/+8 |
* | Remove test trace stuff. | Martin Pool | 2001-09-07 | 1 | -2/+2 |
* | Oops, some machines don't have `which`. | Martin Pool | 2001-09-06 | 1 | -1/+1 |
* | Oops, some machines don't have `which`. | Martin Pool | 2001-09-06 | 1 | -1/+1 |
* | See if head(1) works -- broken on some systems? | Martin Pool | 2001-09-06 | 1 | -0/+3 |
* | More testsuite cleanups. Now I hope we cope without 'cp -a', though | Martin Pool | 2001-09-06 | 1 | -5/+4 |
* | BSD machines don't seem to have head(1). | Martin Pool | 2001-09-06 | 1 | -3/+3 |
* | Split the 'longdir' test into its own script, and make it work without | Martin Pool | 2001-09-06 | 1 | -3/+12 |
* | Add a makepath() function to cope with machines that do not have | Martin Pool | 2001-09-06 | 1 | -0/+24 |
* | Fiddle umask again. | Martin Pool | 2001-09-06 | 1 | -4/+17 |
* | Set umask so that symlinks will have the right permissions on BSD. | Martin Pool | 2001-09-06 | 1 | -0/+19 |
* | Fix sh syntax for FreeBSD. | Martin Pool | 2001-08-31 | 1 | -1/+1 |