run-tests.py: clears http_proxy for all tests stable
authorWagner Bruna <wbruna@softwareexpress.com.br>
Tue, 29 Dec 2009 19:02:26 -0200
branchstable
changeset 692 5ac40b193130
parent 691 44d25db950b4
child 693 8428f3bda904
run-tests.py: clears http_proxy for all tests [ original upstream message ]
tests/run-tests.py
--- a/tests/run-tests.py	Sun Mar 07 22:48:01 2010 +0100
+++ b/tests/run-tests.py	Tue Dec 29 19:02:26 2009 -0200
@@ -848,6 +848,7 @@
     os.environ["EMAIL"] = "Foo Bar <foo.bar@example.com>"
     os.environ['CDPATH'] = ''
     os.environ['COLUMNS'] = '80'
+    os.environ['http_proxy'] = ''
 
     global TESTDIR, HGTMP, INST, BINDIR, PYTHONDIR, COVERAGE_FILE
     TESTDIR = os.environ["TESTDIR"] = os.getcwd()