From 95dfd2d15b0db9c3d8e3df5d14daaad3632f45b8 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: http://svn.ruby-lang.org/repos/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 048227082..0502f7634 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