X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/eace352b3936baf57185faee6a02ca42964423fb..cb15269eb0cb5580169e63fada0c71f168879f4f:/testsuite/rsync.fns diff --git a/testsuite/rsync.fns b/testsuite/rsync.fns index 73e36eed..7d73f0c1 100644 --- a/testsuite/rsync.fns +++ b/testsuite/rsync.fns @@ -144,7 +144,7 @@ hands_setup() { #################### # Many machines do not have "mkdir -p", so we have to build up long paths. # How boring. -makepath () { +makepath() { echo " makepath $1" p="$1" ( @@ -232,9 +232,10 @@ pid file = $pidfile use chroot = no hosts allow = localhost, 127.0.0.1 log file = $logfile +log format = %i %h [%a] %m (%u) %l %f%L +transfer logging = yes exclude = foobar.baz max verbosity = 9 - uid = 0 gid = 0 @@ -245,6 +246,10 @@ gid = 0 [test-to] path = $todir read only = no + +[test-scratch] + path = $scratchdir + read only = no EOF }