summaryrefslogtreecommitdiff
path: root/test/openssl/test_random.rb
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
commit1fcce422d858f776c3a6a247bb99b3be4f9f372a (patch)
treeada3bfe8308d7de55ca86f05b480f732796897e5 /test/openssl/test_random.rb
parent37beb43b55212c6954d6d49730458245316d1dc2 (diff)
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
Diffstat (limited to 'test/openssl/test_random.rb')
-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