tests/test-static-http
changeset 1502 1170fef58071
parent 1128 8bf19f96b97a
child 1923 7d83a351a936
--- a/tests/test-static-http
+++ b/tests/test-static-http
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-hg clone old-http://localhost:20059/ copy
+http_proxy= hg clone old-http://localhost:20059/ copy
 echo $?
 ls copy
 
@@ -36,6 +36,6 @@ http_proxy= hg clone old-http://localhos
 cd local
 hg verify
 cat bar
-hg pull
+http_proxy= hg pull
 
 kill $!