##// END OF EJS Templates
add http_proxy= lines to test-bad-pull and test-pull
Peter van Dijk -
r1927:397b62d5 default
parent child Browse files
Show More
@@ -19,7 +19,7 EOF
19 19
20 20 python dumb.py 2>/dev/null &
21 21
22 hg clone http://localhost:20059/foo copy2
22 http_proxy= hg clone http://localhost:20059/foo copy2
23 23 echo $?
24 24
25 25 kill $!
@@ -11,7 +11,7 hg serve -p 20059 > /dev/null &
11 11 sleep 1 # wait for server to be started
12 12 cd ..
13 13
14 hg clone http://localhost:20059/ copy
14 http_proxy= hg clone http://localhost:20059/ copy
15 15 cd copy
16 16 hg verify
17 17 hg co
General Comments 0
You need to be logged in to leave comments. Login now