From af06381332c9344fc3c400cf7365bd6cc4a9cc00 Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 13 Dec 2014 03:05:43 +0000 Subject: 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 --- test/openssl/test_pkcs12.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/openssl/test_pkcs12.rb') diff --git a/test/openssl/test_pkcs12.rb b/test/openssl/test_pkcs12.rb index 25ff606384..4e37904169 100644 --- a/test/openssl/test_pkcs12.rb +++ b/test/openssl/test_pkcs12.rb @@ -1,6 +1,6 @@ require_relative "utils" -if defined?(OpenSSL) +if defined?(OpenSSL::TestUtils) module OpenSSL class TestPKCS12 < Test::Unit::TestCase -- cgit v1.2.3