summaryrefslogtreecommitdiffstats
path: root/test/test_pkcs12.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_pkcs12.rb')
-rw-r--r--test/test_pkcs12.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_pkcs12.rb b/test/test_pkcs12.rb
index 8c9147a9..403718b9 100644
--- a/test/test_pkcs12.rb
+++ b/test/test_pkcs12.rb
@@ -8,6 +8,7 @@ module OpenSSL
include OpenSSL::TestUtils
def setup
+ super
ca = OpenSSL::X509::Name.parse("/DC=org/DC=ruby-lang/CN=CA")
ca_exts = [
["basicConstraints","CA:TRUE",true],