1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

test_https.rb: skip old OpenSSL

* test/net/http/test_https.rb (TestNetHTTPS): also depends on
  test/openssl/utils.rb

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48824 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2014-12-13 07:08:18 +00:00
parent af06381332
commit b392fd5c55

View file

@ -191,4 +191,4 @@ class TestNetHTTPS < Test::Unit::TestCase
assert th.join(10), bug4246 assert th.join(10), bug4246
} }
end end
end if defined?(OpenSSL) end if defined?(OpenSSL::TestUtils)