# HG changeset patch # User Peter van Dijk # Date 1140621077 -3600 # Node ID 397b62d5dd135cd02b03d9b9e1192c8988317c09 # Parent ba198d17eea9e599ef8746bf085f3af900c66910 add http_proxy= lines to test-bad-pull and test-pull diff -r ba198d17eea9 -r 397b62d5dd13 tests/test-bad-pull --- a/tests/test-bad-pull Wed Feb 22 15:57:43 2006 +0100 +++ b/tests/test-bad-pull Wed Feb 22 16:11:17 2006 +0100 @@ -19,7 +19,7 @@ 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 -r ba198d17eea9 -r 397b62d5dd13 tests/test-pull --- a/tests/test-pull Wed Feb 22 15:57:43 2006 +0100 +++ b/tests/test-pull Wed Feb 22 16:11:17 2006 +0100 @@ -11,7 +11,7 @@ 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