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, [[
settings {
logfile = ']]..logfile..[[',
nodaemon = true,
delay = 3,
nodaemon = true
}
sync {
default.rsyncssh,
delay = 3,
host = 'localhost',
source = ']]..srcdir..[[',
targetdir = ']]..trgdir..[[',