##// 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 b' EOF'
19
19
20 python dumb.py 2>/dev/null &
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 echo $?
23 echo $?
24
24
25 kill $!
25 kill $!
@@ -11,7 +11,7 b' hg serve -p 20059 > /dev/null &'
11 sleep 1 # wait for server to be started
11 sleep 1 # wait for server to be started
12 cd ..
12 cd ..
13
13
14 hg clone http://localhost:20059/ copy
14 http_proxy= hg clone http://localhost:20059/ copy
15 cd copy
15 cd copy
16 hg verify
16 hg verify
17 hg co
17 hg co
General Comments 0
You need to be logged in to leave comments. Login now