add http_proxy= lines to test-bad-pull and test-pull

This commit is contained in:
Peter van Dijk 2006-02-22 16:11:17 +01:00
parent a12da4328f
commit 3d56066974
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ EOF
python dumb.py 2>/dev/null & python dumb.py 2>/dev/null &
hg clone http://localhost:20059/foo copy2 http_proxy= hg clone http://localhost:20059/foo copy2
echo $? echo $?
kill $! kill $!

View File

@ -11,7 +11,7 @@ hg serve -p 20059 > /dev/null &
sleep 1 # wait for server to be started sleep 1 # wait for server to be started
cd .. cd ..
hg clone http://localhost:20059/ copy http_proxy= hg clone http://localhost:20059/ copy
cd copy cd copy
hg verify hg verify
hg co hg co