diff options
author | Andy Polyakov <appro@openssl.org> | 2017-03-14 15:23:39 +0100 |
---|---|---|
committer | Andy Polyakov <appro@openssl.org> | 2017-03-15 12:16:48 +0100 |
commit | b3068d0ac48c827403115a3b5cbc3655243e2cf0 (patch) | |
tree | 7d527d31d3860134798d8c75c1536d49aca44080 /test/recipes/03-test_internal_asn1.t | |
parent | Clear alpn_selected_len for clients, too (diff) | |
download | openssl-b3068d0ac48c827403115a3b5cbc3655243e2cf0.tar.xz openssl-b3068d0ac48c827403115a3b5cbc3655243e2cf0.zip |
test/recipes/03-test_internal_*: call setup() first.
Strawberry Perl bailed out running test\run_tests.pl insisting on
setup() being called explicitly.
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'test/recipes/03-test_internal_asn1.t')
-rw-r--r-- | test/recipes/03-test_internal_asn1.t | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/recipes/03-test_internal_asn1.t b/test/recipes/03-test_internal_asn1.t index 2db781365a..d34445f434 100644 --- a/test/recipes/03-test_internal_asn1.t +++ b/test/recipes/03-test_internal_asn1.t @@ -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"); |