From 5c50c29416532df2f87c3e1383f4ba164b6870fd Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 18 May 2016 07:24:02 +0000 Subject: openssl/test_random.rb: requires utils.rb * test/openssl/test_random.rb: requires test/openssl/utils.rb for OpenSSL::TestCase now. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55056 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/openssl/test_random.rb | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/test/openssl/test_random.rb b/test/openssl/test_random.rb index defa09dd75..e0c19cd358 100644 --- a/test/openssl/test_random.rb +++ b/test/openssl/test_random.rb @@ -1,8 +1,5 @@ # frozen_string_literal: false -begin - require "openssl" -rescue LoadError -end +require_relative "utils" class OpenSSL::TestRandom < OpenSSL::TestCase def test_random_bytes -- cgit v1.2.3