add http_proxy= lines to test-bad-pull and test-pull
authorPeter van Dijk <peter@dataloss.nl>
Wed, 22 Feb 2006 16:11:17 +0100
changeset 1927 397b62d5dd13
parent 1926 ba198d17eea9
child 1928 50e1c90b0fcf
child 1929 85daa4e03b4c
add http_proxy= lines to test-bad-pull and test-pull
tests/test-bad-pull
tests/test-pull
--- 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 $!
--- 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