diff --git a/tests/test-bad-pull b/tests/test-bad-pull index 15bdb1342c..1c2cd30f88 100755 --- a/tests/test-bad-pull +++ b/tests/test-bad-pull @@ -19,7 +19,7 @@ EOF python dumb.py 2>/dev/null & -hg clone http://localhost:20059/foo copy2 +http_proxy= hg clone http://localhost:20059/foo copy2 echo $? kill $! diff --git a/tests/test-pull b/tests/test-pull index 992abc228d..e35025c45c 100755 --- a/tests/test-pull +++ b/tests/test-pull @@ -11,7 +11,7 @@ hg serve -p 20059 > /dev/null & sleep 1 # wait for server to be started cd .. -hg clone http://localhost:20059/ copy +http_proxy= hg clone http://localhost:20059/ copy cd copy hg verify hg co