| Commit message (Expand) | Author | Age | Files | Lines |
* | Modified to recognize FreeBSD's setfacl command. | Wayne Davison | 2006-11-04 | 1 | -2/+2 |
* | Moved some variable setup here from the Makefile and made it | Wayne Davison | 2006-10-07 | 1 | -8/+23 |
* | Updated the (commented out) valgrind command. | Wayne Davison | 2006-05-11 | 1 | -1/+1 |
* | - Updated the address for the FSF in the opening comment. | Wayne Davison | 2006-04-25 | 1 | -2/+2 |
* | Added support for using solaris's "setfacl -s" in place of | Wayne Davison | 2006-03-16 | 1 | -5/+7 |
* | In the compatibility comments: mention why we don't use grep -q. | Wayne Davison | 2006-02-04 | 1 | -1/+3 |
* | Ignore setfacl unless it tells us that it supports the -k option. | Wayne Davison | 2006-02-04 | 1 | -2/+2 |
* | Scratch-dir normalization from Matt: turn off any default ACLs (if | Wayne Davison | 2006-02-03 | 1 | -0/+9 |
* | Export RUNSHFLAGS. | Wayne Davison | 2005-07-31 | 1 | -0/+1 |
* | One more tweak to the "whoami" code. | Wayne Davison | 2005-02-20 | 1 | -1/+3 |
* | A few improvements to the "test" commands to neaten them up and | Wayne Davison | 2005-02-20 | 1 | -18/+11 |
* | Improved the testuser-setting code to try to get it to work | Wayne Davison | 2005-02-20 | 1 | -1/+7 |
* | Added a commented-out RSYNC initialization that uses valgrind. | Wayne Davison | 2005-01-17 | 1 | -0/+1 |
* | Collapsed two sed invocations into one. | Wayne Davison | 2005-01-17 | 1 | -1/+1 |
* | If we encounter an error, output the rsyncd.log file, if it exists. | Wayne Davison | 2004-02-04 | 1 | -0/+5 |
* | Try using "id -un" before "whoami" since the latter doesn't exist on | Wayne Davison | 2004-01-04 | 1 | -1/+1 |
* | Separated a `cat "..."` command out from inside a double-quoted string | Wayne Davison | 2003-01-21 | 1 | -1/+2 |
* | Jos points out that test -L is still broken on Solaris. Now we try up | Martin Pool | 2002-03-26 | 1 | -0/+9 |
* | If tests are skipped, explain why. | Martin Pool | 2002-03-22 | 1 | -1/+2 |
* | Add /usr/xpg4/bin/ to PATH to help solaris. | Martin Pool | 2002-03-22 | 1 | -0/+3 |
* | Cope on systems without the whoami command. | Martin Pool | 2002-03-22 | 1 | -6/+1 |
* | Show user name and `uname -a` in the test output header, to aid in bug | Martin Pool | 2002-03-14 | 1 | -0/+10 |
* | Add $preserve_scratch and $always_log so if you want to see details | Martin Pool | 2002-02-09 | 1 | -7/+11 |
* | Add concept of expected-failure. | Martin Pool | 2002-01-11 | 1 | -0/+7 |
* | Give cleaner output from "make check" | Martin Pool | 2002-01-11 | 1 | -3/+3 |
* | Improved test framework and test for hardlink handling | Martin Pool | 2002-01-11 | 1 | -25/+40 |
* | Only show test output if it failed. | Martin Pool | 2001-12-14 | 1 | -2/+4 |
* | Make scratch directory properly. | Martin Pool | 2001-12-14 | 1 | -1/+1 |
* | Clean scratch directory between each test run. | Martin Pool | 2001-12-14 | 1 | -4/+7 |
* | Typo fix by Tom Schmidt | Martin Pool | 2001-12-02 | 1 | -1/+1 |
* | Doc. | Martin Pool | 2001-09-07 | 1 | -0/+7 |
* | Remove test trace stuff. | Martin Pool | 2001-09-07 | 1 | -1/+0 |
* | Try to exit 0 if nothing fails. | Martin Pool | 2001-09-07 | 1 | -2/+8 |
* | Debug exit status -- on Sun1/cc all the tests pass, but make sees an | Martin Pool | 2001-09-06 | 1 | -1/+3 |
* | You cannot do "export VAR=VALUE" all on one line; the export must be | Martin Pool | 2001-09-06 | 1 | -0/+3 |
* | BSD machines don't seem to have head(1). | Martin Pool | 2001-09-06 | 1 | -0/+2 |
* | Doc. | Martin Pool | 2001-09-06 | 1 | -1/+17 |
* | Fix comment. | Martin Pool | 2001-09-06 | 1 | -2/+2 |
* | Clean up output a little. | Martin Pool | 2001-09-06 | 1 | -3/+3 |
* | Fix sh syntax for FreeBSD. | Martin Pool | 2001-08-31 | 1 | -0/+3 |
* | Run all scripts in the testsuite/ directory, not just named ones. I'd | Martin Pool | 2001-08-30 | 1 | -8/+2 |
* | On BSD, this seemed to always exit after test failure. Try different | Martin Pool | 2001-08-30 | 1 | -1/+4 |
* | Apparently `set -x' in the shell works on some Bourne shells, but not SCO. | Martin Pool | 2001-08-29 | 1 | -2/+5 |
* | Apparently '!' to invert a pipeline result doesn't work on UnixWare. | Martin Pool | 2001-08-29 | 1 | -2/+2 |
* | Return the *number of tests that failed*, so that it will show up | Martin Pool | 2001-08-29 | 1 | -7/+6 |
* | Cleanup check_logs feature. | Martin Pool | 2001-08-29 | 1 | -2/+1 |
* | $RSYNC and similar variables must be set to absolute path so that it | Martin Pool | 2001-08-29 | 1 | -2/+5 |
* | Count overall failure if some expected scripts were missing. | Martin Pool | 2001-08-29 | 1 | -2/+5 |
* | More test case work: | Martin Pool | 2001-08-29 | 1 | -8/+49 |
* | Redraft testsuite driver script to unify 'make check', 'make | Martin Pool | 2001-08-29 | 1 | -0/+137 |