summaryrefslogtreecommitdiff
path: root/test/openssl/test_hmac.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/openssl/test_hmac.rb')
-rw-r--r--test/openssl/test_hmac.rb6
1 files changed, 1 insertions, 5 deletions
diff --git a/test/openssl/test_hmac.rb b/test/openssl/test_hmac.rb
index 23a3ce4264..ba158d2b51 100644
--- a/test/openssl/test_hmac.rb
+++ b/test/openssl/test_hmac.rb
@@ -1,8 +1,4 @@
-begin
- require "openssl"
-rescue LoadError
-end
-require "test/unit"
+require_relative 'utils'
class OpenSSL::TestHMAC < Test::Unit::TestCase
def setup