Commit 312e0ed4 authored by Jérome Perrin's avatar Jérome Perrin

testing: fix default snapshot path for logrotate files

logrotate stack uses srv/backup/logrotate
parent 291e99cb
...@@ -308,7 +308,7 @@ class SlapOSInstanceTestCase(unittest.TestCase): ...@@ -308,7 +308,7 @@ class SlapOSInstanceTestCase(unittest.TestCase):
'*/etc/*', '*/etc/*',
'*/var/log/*', '*/var/log/*',
'*/srv/monitor/*', '*/srv/monitor/*',
'*/srv/logrotate/*', '*/srv/backup/logrotate/*',
'*/.*log', '*/.*log',
'*/.*cfg', '*/.*cfg',
'*/*cfg', '*/*cfg',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment