summaryrefslogtreecommitdiffstats
path: root/pym
diff options
context:
space:
mode:
Diffstat (limited to 'pym')
-rw-r--r--pym/portage/tests/ebuild/test_config.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pym/portage/tests/ebuild/test_config.py b/pym/portage/tests/ebuild/test_config.py
index a1ba202d5..63cb99d41 100644
--- a/pym/portage/tests/ebuild/test_config.py
+++ b/pym/portage/tests/ebuild/test_config.py
@@ -1,4 +1,4 @@
-# Copyright 2010-2011 Gentoo Foundation
+# Copyright 2010-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
import portage
@@ -220,7 +220,7 @@ class ConfigTestCase(TestCase):
(
"profile-formats = pms",
"thin-manifests = true",
- "manifest-hashes = RMD160 SHA1 SHA256 SHA512 WHIRLPOOL",
+ "manifest-hashes = SHA256 SHA512 WHIRLPOOL",
),
}
}