summaryrefslogtreecommitdiff
path: root/testsuite/symlink-ignore.test
Commit message (Collapse)AuthorAgeFilesLines
* Decided I don't like "set -x".Wayne Davison2006-02-031-2/+0
|
* Decided I like "set -x" after all.Wayne Davison2005-02-261-0/+2
|
* Got rid of "set -x" (runtests.sh has a way to set this, if desired).Wayne Davison2005-02-201-2/+0
|
* Use $suitedir to find rsync.fns.Wayne Davison2004-05-181-6/+6
|
* Improved the trailing comment.Wayne Davison2004-02-041-2/+1
|
* Change all relevant occurrences of ``rsync'' and ``$rsync_bin'' to theJos Backus2002-12-241-1/+1
| | | | | | canonical form ``$RSYNC'' (set in testsuite/rsync.fns). This prevents any stray rsync binaries in the user's PATH from being picked up by the test scripts and ensures that the newly built rsync binary is used always.
* Try to handle 'test -L' on Sun.Martin Pool2002-03-151-3/+3
|
* Change shell syntax to try to please SolarisMartin Pool2002-02-181-3/+14
|
* Try to fix error on Solaris:Martin Pool2002-01-241-5/+5
| | | | | | | | | + [ -f /export/home/build/build_farm/rsync/testtmp.symlink-ignore/to/referent ] + [ -d /export/home/build/build_farm/rsync/testtmp.symlink-ignore/to/from ] + [ -L /export/home/build/build_farm/rsync/testtmp.symlink-ignore/to/dangling ] ./testsuite/symlink-ignore.test: test: argument expected Solaris says it supports -L, so I'm not sure what's happening...
* When checking what was copied, use specific -d -f -L flags to testMartin Pool2002-01-111-5/+5
| | | | rather than -e. (Perhaps Solaris doesn't have test -e?)
* Verbose.Martin Pool2001-12-141-0/+2
|
* Fix quoting.Martin Pool2001-12-141-7/+8
|
* Perhaps Solaris sh wants us to explicitly exit 0, rather than justMartin Pool2001-12-141-1/+1
| | | | using the last return code?
* More error messages.Martin Pool2001-12-141-1/+1
|
* Doc.Martin Pool2001-12-141-1/+2
|
* Add a test that when none of -l, -L, -a are specified symlinks are notMartin Pool2001-12-141-0/+25
copied at all.