From 727f2971fb7711dd0607d86d6577beb7f6c9ebc1 Mon Sep 17 00:00:00 2001 From: naruse Date: Mon, 26 Oct 2015 08:47:18 +0000 Subject: clear https_proxy git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52286 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/rubygems/test_gem_remote_fetcher.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/rubygems') diff --git a/test/rubygems/test_gem_remote_fetcher.rb b/test/rubygems/test_gem_remote_fetcher.rb index bb752d1ef7..93ae73afd4 100644 --- a/test/rubygems/test_gem_remote_fetcher.rb +++ b/test/rubygems/test_gem_remote_fetcher.rb @@ -104,7 +104,7 @@ PeIQQkFng2VVot/WAQbv3ePqWq07g1BBcwIBAg== "964857770053363840471912215799994973597613931991572884", 16) def setup - @proxies = %w[http_proxy HTTP_PROXY http_proxy_user HTTP_PROXY_USER http_proxy_pass HTTP_PROXY_PASS no_proxy NO_PROXY] + @proxies = %w[https_proxy http_proxy HTTP_PROXY http_proxy_user HTTP_PROXY_USER http_proxy_pass HTTP_PROXY_PASS no_proxy NO_PROXY] @old_proxies = @proxies.map {|k| ENV[k] } @proxies.each {|k| ENV[k] = nil } -- cgit v1.2.3