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_bn.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/openssl/test_bn.rb') diff --git a/test/openssl/test_bn.rb b/test/openssl/test_bn.rb index 27bbcdfeaf..667cb2964e 100644 --- a/test/openssl/test_bn.rb +++ b/test/openssl/test_bn.rb @@ -1,6 +1,6 @@ require_relative 'utils' -if defined?(OpenSSL) +if defined?(OpenSSL::TestUtils) class OpenSSL::TestBN < Test::Unit::TestCase def test_new_str -- cgit v1.2.3