commit: 70effea11819a2509d5b9baea5e1c06e1352b01e
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 29 08:50:28 2014 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Nov 29 08:50:28 2014 +0000
URL:
http://sources.gentoo.org/gitweb/?p=proj/gentoopm.git;a=commit;h=70effea1
Fix tests now that bash is slotted
---
gentoopm/tests/__init__.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gentoopm/tests/__init__.py b/gentoopm/tests/__init__.py
index 82b15b7..800d5ee 100644
--- a/gentoopm/tests/__init__.py
+++ b/gentoopm/tests/__init__.py
@@ -70,10 +70,10 @@ class PackageNames(object):
switch to another packages when one of them stops to work.
"""
- single = 'bash'
+ single = 'make'
""" Incomplete atom matching a single package. """
- single_complete = 'app-shells/bash'
+ single_complete = 'sys-devel/make'
""" Complete atom matching a single package. """
single_use = 'nls'