From 136c25ebf035c62933c248b5f833463466021541 Mon Sep 17 00:00:00 2001 From: akr Date: Thu, 10 Dec 2009 10:26:55 +0000 Subject: unset HTTP_PROXY, etc. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26064 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/open-uri/test_ssl.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/open-uri/test_ssl.rb b/test/open-uri/test_ssl.rb index 048227082d..0502f76346 100644 --- a/test/open-uri/test_ssl.rb +++ b/test/open-uri/test_ssl.rb @@ -35,7 +35,7 @@ class TestOpenURISSL < Test::Unit::TestCase end def setup - @proxies = %w[http_proxy https_proxy ftp_proxy no_proxy] + @proxies = %w[http_proxy HTTP_PROXY https_proxy HTTPS_PROXY ftp_proxy FTP_PROXY no_proxy] @old_proxies = @proxies.map {|k| ENV[k] } @proxies.each {|k| ENV[k] = nil } end -- cgit v1.2.3