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