##// END OF EJS Templates
Fixed test-static-http with http_proxy variable set again.
Thomas Arendsen Hein -
r1502:1170fef5 default
parent child Browse files
Show More
@@ -1,6 +1,6 b''
1 1 #!/bin/sh
2 2
3 hg clone old-http://localhost:20059/ copy
3 http_proxy= hg clone old-http://localhost:20059/ copy
4 4 echo $?
5 5 ls copy
6 6
@@ -36,6 +36,6 b' http_proxy= hg clone old-http://localhos'
36 36 cd local
37 37 hg verify
38 38 cat bar
39 hg pull
39 http_proxy= hg pull
40 40
41 41 kill $!
General Comments 0
You need to be logged in to leave comments. Login now