fixing test

This commit is contained in:
Axel Kittenberger 2017-01-04 12:25:38 +01:00
parent ac82ea4708
commit ac5ef0474e
1 changed files with 2 additions and 2 deletions

View File

@ -19,12 +19,12 @@ log = {'-log', 'all'}
writefile(cfgfile, [[ writefile(cfgfile, [[
settings { settings {
logfile = ']]..logfile..[[', logfile = ']]..logfile..[[',
nodaemon = true, nodaemon = true
delay = 3,
} }
sync { sync {
default.rsyncssh, default.rsyncssh,
delay = 3,
host = 'localhost', host = 'localhost',
source = ']]..srcdir..[[', source = ']]..srcdir..[[',
targetdir = ']]..trgdir..[[', targetdir = ']]..trgdir..[[',