From e82e2beb7c2a10a0f9dc73f0356f2cc2a02bfd66 Mon Sep 17 00:00:00 2001 From: akr Date: Thu, 10 Dec 2009 10:13:03 +0000 Subject: unset HTTP_PROXY and FTP_PROXY. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26063 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/open-uri/test_open-uri.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/open-uri') diff --git a/test/open-uri/test_open-uri.rb b/test/open-uri/test_open-uri.rb index 3c596ce466..754f2d62a1 100644 --- a/test/open-uri/test_open-uri.rb +++ b/test/open-uri/test_open-uri.rb @@ -41,7 +41,7 @@ class TestOpenURI < Test::Unit::TestCase end def setup - @proxies = %w[http_proxy ftp_proxy no_proxy] + @proxies = %w[http_proxy HTTP_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