diff --git a/tests/parsers.py b/tests/parsers.py index 6129362..2b6c246 100644 --- a/tests/parsers.py +++ b/tests/parsers.py @@ -96,6 +96,7 @@ class ParsersTest(unittest.TestCase): '/var/log/entropy/*', '/var/lib/entropy/caches/*', '/var/lib/entropy/smartapps/*/*', + '/var/lib/entropy/smartapps/*/*', '/var/lib/entropy/tmp/*', '/var/lib/entropy/packages*/*', '/var/tmp/entropy/*', @@ -122,7 +123,7 @@ class ParsersTest(unittest.TestCase): 'inner_chroot_script': ['/sabayon/scripts/inner_chroot_script.sh', 'spinbase'], 'extra_rsync_parameters': ['--one-file-system', '--exclude', - '"/proc/*"', '--exclude', '"/dev/pts/*"'], + '/proc/*', '--exclude', '/dev/pts/*'], 'release_file': '/etc/sabayon-edition', 'merge_livecd_root': 'specs/out/fake_merge_livecd_root', 'release_string': 'Sabayon Linux',