aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-05-18 07:24:02 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-05-18 07:24:02 +0000
commit5c50c29416532df2f87c3e1383f4ba164b6870fd (patch)
treeada3bfe8308d7de55ca86f05b480f732796897e5
parent2bf535441d3a65942c2d14761463f39e5f0169ee (diff)
downloadruby-5c50c29416532df2f87c3e1383f4ba164b6870fd.tar.gz
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
-rw-r--r--test/openssl/test_random.rb5
1 files changed, 1 insertions, 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