diff --git a/tests/exclude-rsyncssh.lua b/tests/exclude-rsyncssh.lua index a7b848d..e49cd68 100755 --- a/tests/exclude-rsyncssh.lua +++ b/tests/exclude-rsyncssh.lua @@ -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..[[',