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

test/openssl: skip old OpenSSL

* test/openssl/utils.rb (OpenSSL::TestUtils): ignore out-of-date
  OpenSSL before 1.0.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48823 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2014-12-13 03:05:43 +00:00
parent 88cea9f7e2
commit af06381332
28 changed files with 29 additions and 28 deletions

View file

@ -1,6 +1,6 @@
require_relative "utils"
if defined?(OpenSSL)
if defined?(OpenSSL::TestUtils)
class OpenSSL::TestOCSP < Test::Unit::TestCase
def setup