Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-05-18 | Fixed the "src" symlink in each testtmp subdir. | Wayne Davison | 1 | -1/+4 | |
2008-05-17 | Fix some path problems when the build dir is not the | Wayne Davison | 1 | -2/+2 | |
source dir. | |||||
2008-05-07 | The test of HAVE_LUTIMES accidentally omitted the 'L'. | Wayne Davison | 1 | -1/+1 | |
2008-05-06 | Added options to tls.c to allow us to ask for mtime and ownership info | Wayne Davison | 1 | -1/+10 | |
on symlinks. The testsuite will now pass these options to tls if rsync is configured to affect such attributes on symlinks. | |||||
2007-06-02 | Check for the setacl command for Tru64 (which doesn't have setfacl). | Wayne Davison | 1 | -2/+5 | |
2007-05-21 | Make sure that the scratch dirs have rwx permissions before we try | Wayne Davison | 1 | -1/+1 | |
a recursive rm. | |||||
2007-05-21 | Create a symlink back to the source dir in the scratchdir of a test. | Wayne Davison | 1 | -0/+1 | |
2007-04-14 | Changed scratchbase from using a "testtmp." name prefix to using a | Wayne Davison | 1 | -6/+9 | |
"testtmp/" name prefix (i.e. using a subdir). This allows me to create a testtmp as a symlink to a different file system to assist with testing ACLs and xattrs. | |||||
2006-11-04 | Modified to recognize FreeBSD's setfacl command. | Wayne Davison | 1 | -2/+2 | |
2006-10-07 | Moved some variable setup here from the Makefile and made it | Wayne Davison | 1 | -8/+23 | |
possible to specify extra rsync options for the test. | |||||
2006-05-11 | Updated the (commented out) valgrind command. | Wayne Davison | 1 | -1/+1 | |
2006-04-25 | - Updated the address for the FSF in the opening comment. | Wayne Davison | 1 | -2/+2 | |
- Standardized the format of the opening comment, including adding a brief description of what's in the file for those that lacked it. - Added some missing copyright lines. - Some minor whitespace tweaks (in a few of the files). | |||||
2006-03-16 | Added support for using solaris's "setfacl -s" in place of | Wayne Davison | 1 | -5/+7 | |
GNU's "setfacl -k". | |||||
2006-02-04 | In the compatibility comments: mention why we don't use grep -q. | Wayne Davison | 1 | -1/+3 | |
2006-02-04 | Ignore setfacl unless it tells us that it supports the -k option. | Wayne Davison | 1 | -2/+2 | |
2006-02-03 | Scratch-dir normalization from Matt: turn off any default ACLs (if | Wayne Davison | 1 | -0/+9 | |
setfacl is available) and disable any directory setgid bit to avoid confusing some tests. | |||||
2005-07-31 | Export RUNSHFLAGS. | Wayne Davison | 1 | -0/+1 | |
2005-02-20 | One more tweak to the "whoami" code. | Wayne Davison | 1 | -1/+3 | |
2005-02-20 | A few improvements to the "test" commands to neaten them up and | Wayne Davison | 1 | -18/+11 | |
to try to fix another problem under solaris. | |||||
2005-02-20 | Improved the testuser-setting code to try to get it to work | Wayne Davison | 1 | -1/+7 | |
under solaris. | |||||
2005-01-17 | Added a commented-out RSYNC initialization that uses valgrind. | Wayne Davison | 1 | -0/+1 | |
2005-01-17 | Collapsed two sed invocations into one. | Wayne Davison | 1 | -1/+1 | |
2004-02-04 | If we encounter an error, output the rsyncd.log file, if it exists. | Wayne Davison | 1 | -0/+5 | |
2004-01-04 | Try using "id -un" before "whoami" since the latter doesn't exist on | Wayne Davison | 1 | -1/+1 | |
SunOS systems (and I hope the former works -- we'll see). | |||||
2003-01-21 | Separated a `cat "..."` command out from inside a double-quoted string | Wayne Davison | 1 | -1/+2 | |
so that we don't run afoul of some shells quoting quirks. (As Brian Poole suggested.) | |||||
2002-03-26 | Jos points out that test -L is still broken on Solaris. Now we try up | Martin Pool | 1 | -0/+9 | |
front to detect a command that will work properly, and use that consistently. Also, in test report, show setting of $preserve_scratch. Reset version. | |||||
2002-03-22 | If tests are skipped, explain why. | Martin Pool | 1 | -1/+2 | |
2002-03-22 | Add /usr/xpg4/bin/ to PATH to help solaris. | Martin Pool | 1 | -0/+3 | |
2002-03-22 | Cope on systems without the whoami command. | Martin Pool | 1 | -6/+1 | |
2002-03-14 | Show user name and `uname -a` in the test output header, to aid in bug | Martin Pool | 1 | -0/+10 | |
reports. (We mostly want to know if they're root or not.) | |||||
2002-02-09 | Add $preserve_scratch and $always_log so if you want to see details | Martin Pool | 1 | -7/+11 | |
about successful tests, you can. | |||||
2002-01-11 | Add concept of expected-failure. | Martin Pool | 1 | -0/+7 | |
2002-01-11 | Give cleaner output from "make check" | Martin Pool | 1 | -3/+3 | |
2002-01-11 | Improved test framework and test for hardlink handling | Martin Pool | 1 | -25/+40 | |
2001-12-14 | Only show test output if it failed. | Martin Pool | 1 | -2/+4 | |
2001-12-14 | Make scratch directory properly. | Martin Pool | 1 | -1/+1 | |
2001-12-14 | Clean scratch directory between each test run. | Martin Pool | 1 | -4/+7 | |
2001-12-02 | Typo fix by Tom Schmidt | Martin Pool | 1 | -1/+1 | |
2001-09-07 | Doc. | Martin Pool | 1 | -0/+7 | |
2001-09-07 | Remove test trace stuff. | Martin Pool | 1 | -1/+0 | |
2001-09-07 | Try to exit 0 if nothing fails. | Martin Pool | 1 | -2/+8 | |
2001-09-06 | Debug exit status -- on Sun1/cc all the tests pass, but make sees an | Martin Pool | 1 | -1/+3 | |
exit status of 1. ??? | |||||
2001-09-06 | You cannot do "export VAR=VALUE" all on one line; the export must be | Martin Pool | 1 | -0/+3 | |
separate from the assignment. (SCO SysV) | |||||
2001-09-06 | BSD machines don't seem to have head(1). | Martin Pool | 1 | -0/+2 | |
2001-09-06 | Doc. | Martin Pool | 1 | -1/+17 | |
Look at $whichtests to run just a subset -- good for calling from Make. | |||||
2001-09-06 | Fix comment. | Martin Pool | 1 | -2/+2 | |
2001-09-06 | Clean up output a little. | Martin Pool | 1 | -3/+3 | |
2001-08-31 | Fix sh syntax for FreeBSD. | Martin Pool | 1 | -0/+3 | |
2001-08-30 | Run all scripts in the testsuite/ directory, not just named ones. I'd | Martin Pool | 1 | -8/+2 | |
like to make this script not rsync-specific if possible. | |||||
2001-08-30 | On BSD, this seemed to always exit after test failure. Try different | Martin Pool | 1 | -1/+4 | |
shell syntax. |