summaryrefslogtreecommitdiff
path: root/testsuite/rsync.fns
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/rsync.fns')
-rw-r--r--testsuite/rsync.fns6
1 files changed, 5 insertions, 1 deletions
diff --git a/testsuite/rsync.fns b/testsuite/rsync.fns
index 246aab0c..58701fd7 100644
--- a/testsuite/rsync.fns
+++ b/testsuite/rsync.fns
@@ -297,8 +297,9 @@ use chroot = no
munge symlinks = no
hosts allow = localhost 127.0.0.0/24 192.168.0.0/16 10.0.0.0/8 $hostname
log file = $logfile
-log format = %i %h [%a] %m (%u) %l %f%L
transfer logging = yes
+# We don't define log format here so that the test-hidden module will default
+# to the internal static string (since we had a crash trying to tweak it).
exclude = ? foobar.baz
max verbosity = 4
$uid_setting
@@ -306,16 +307,19 @@ $gid_setting
[test-from]
path = $fromdir
+ log format = %i %h [%a] %m (%u) %l %f%L
read only = yes
comment = r/o
[test-to]
path = $todir
+ log format = %i %h [%a] %m (%u) %l %f%L
read only = no
comment = r/w
[test-scratch]
path = $scratchdir
+ log format = %i %h [%a] %m (%u) %l %f%L
read only = no
[test-hidden]