summaryrefslogtreecommitdiffstats
path: root/pym/portage.py
diff options
context:
space:
mode:
Diffstat (limited to 'pym/portage.py')
-rw-r--r--pym/portage.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/pym/portage.py b/pym/portage.py
index 3fcded694..1b3e495ea 100644
--- a/pym/portage.py
+++ b/pym/portage.py
@@ -1261,9 +1261,6 @@ class config:
writemsg("PORTAGE_GPG_DIR is invalid. Removing gpg from FEATURES.\n")
self.features.remove("gpg")
- if "maketest" in self.features and "test" not in self.features:
- self.features.append("test")
-
if not portage_exec.sandbox_capable and ("sandbox" in self.features or "usersandbox" in self.features):
writemsg(red("!!! Problem with sandbox binary. Disabling...\n\n"))
if "sandbox" in self.features: