test/recipes/03-test_internal_*: call setup() first.
[openssl.git] / test / recipes / 03-test_internal_asn1.t
index 2db781365a4a8578c2491619bc32395c4901d47e..d34445f43428a3f21be944e6af955defedf523f3 100644 (file)
@@ -11,6 +11,8 @@ use OpenSSL::Test;              # get 'plan'
 use OpenSSL::Test::Simple;
 use OpenSSL::Test::Utils;
 
+setup("test_internal_asn1");
+
 plan skip_all => "This test is unsupported in a shared library build on Windows"
     if $^O eq 'MSWin32' && !disabled("shared");