changeset 1503:d176c81481c8

Merge with TAH
author Matt Mackall <mpm@selenic.com>
date Thu, 03 Nov 2005 14:22:19 -0800
parents c5c4381d898b (current diff) 1170fef58071 (diff)
children 0fcdd126642d
files
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/tests/test-static-http	Thu Nov 03 14:19:54 2005 -0800
+++ b/tests/test-static-http	Thu Nov 03 14:22:19 2005 -0800
@@ -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 @@
 cd local
 hg verify
 cat bar
-hg pull
+http_proxy= hg pull
 
 kill $!