# HG changeset patch # User Thomas Arendsen Hein # Date 2005-11-03 17:59:36 # Node ID 1170fef58071ef90b6b241f572331da41098f76e # Parent 78590fb4a82b5e7f3879f0a91892d219bc0fe519 Fixed test-static-http with http_proxy variable set again. diff --git a/tests/test-static-http b/tests/test-static-http --- 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 $!