summaryrefslogtreecommitdiffstats
path: root/pym/portage/tests/repoman
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2011-12-09 22:32:44 -0800
committerZac Medico <zmedico@gentoo.org>2011-12-09 22:32:44 -0800
commitce1e80852ace9779a1bb70d16465b7fd73e705b4 (patch)
tree51ccff0552d6d21e319caf4863ab3d08ce2dccca /pym/portage/tests/repoman
parent1a171bdd8936fb3b5291dc143e141dfebcee8d9f (diff)
downloadportage-ce1e80852ace9779a1bb70d16465b7fd73e705b4.tar.gz
portage-ce1e80852ace9779a1bb70d16465b7fd73e705b4.tar.bz2
portage-ce1e80852ace9779a1bb70d16465b7fd73e705b4.zip
Rename override var to PORTAGE_OVERRIDE_EPREFIX.
Diffstat (limited to 'pym/portage/tests/repoman')
-rw-r--r--pym/portage/tests/repoman/test_simple.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage/tests/repoman/test_simple.py b/pym/portage/tests/repoman/test_simple.py
index b3186d7b4..5f6d7fc74 100644
--- a/pym/portage/tests/repoman/test_simple.py
+++ b/pym/portage/tests/repoman/test_simple.py
@@ -184,7 +184,7 @@ class SimpleRepomanTestCase(TestCase):
pythonpath = PORTAGE_PYM_PATH + pythonpath
env = {
- "__PORTAGE_TEST_EPREFIX" : eprefix,
+ "PORTAGE_OVERRIDE_EPREFIX" : eprefix,
"DISTDIR" : distdir,
"GENTOO_COMMITTER_NAME" : committer_name,
"GENTOO_COMMITTER_EMAIL" : committer_email,