[tests.parsers] fix tests
This commit is contained in:
+2
-1
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user