Commit 357e2cdf authored by Antoine Pitrou's avatar Antoine Pitrou

Oops

parent 563482a5
......@@ -119,7 +119,7 @@ class ProxyTests(unittest.TestCase):
self.env = support.EnvironmentVarGuard()
# Delete all proxy related env vars
for k in list(os.environ):
if 'proxy' not in k.lower():
if 'proxy' in k.lower():
self.env.unset(k)
def tearDown(self):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment