summaryrefslogtreecommitdiffstats
path: root/pym/portage/tests/resolver/test_simple.py
diff options
context:
space:
mode:
Diffstat (limited to 'pym/portage/tests/resolver/test_simple.py')
-rw-r--r--pym/portage/tests/resolver/test_simple.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage/tests/resolver/test_simple.py b/pym/portage/tests/resolver/test_simple.py
index b8d403db4..0bcfc4b70 100644
--- a/pym/portage/tests/resolver/test_simple.py
+++ b/pym/portage/tests/resolver/test_simple.py
@@ -24,7 +24,7 @@ class SimpleResolverTestCase(TestCase):
test_cases = (
ResolverPlaygroundTestCase(["dev-libs/A"], success = True, mergelist = ["dev-libs/A-1"]),
- ResolverPlaygroundTestCase(["=dev-libs/A-2"], success = False),
+ ResolverPlaygroundTestCase(["=dev-libs/A-2"], options = { "--autounmask": 'n' }, success = False),
ResolverPlaygroundTestCase(
["dev-libs/A"],