changeset 1502:1170fef58071

Fixed test-static-http with http_proxy variable set again.
author Thomas Arendsen Hein <thomas@intevation.de>
date Thu, 03 Nov 2005 18:59:36 +0100
parents 78590fb4a82b
children d176c81481c8
files tests/test-static-http
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/tests/test-static-http	Thu Nov 03 18:45:27 2005 +0100
+++ b/tests/test-static-http	Thu Nov 03 18:59:36 2005 +0100
@@ -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 $!