X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=test%2Frecipes%2F03-test_internal_poly1305.t;h=b5809c145f53e2a6cbd404eb55587ebb9926d3a5;hp=1c88d28f11e1b7ed1509cfb617db59c3806f590b;hb=e8763c69745575e37988527e4025c3cd36081492;hpb=22cef4e1f1f8f4346cc8b10b3374936c6b33624f diff --git a/test/recipes/03-test_internal_poly1305.t b/test/recipes/03-test_internal_poly1305.t index 1c88d28f11..b5809c145f 100644 --- a/test/recipes/03-test_internal_poly1305.t +++ b/test/recipes/03-test_internal_poly1305.t @@ -11,7 +11,9 @@ use OpenSSL::Test; # get 'plan' use OpenSSL::Test::Simple; use OpenSSL::Test::Utils; +setup("test_internal_poly1305"); + plan skip_all => "This test is unsupported in a shared library build on Windows" if $^O eq 'MSWin32' && !disabled("shared"); -simple_test("test_internal_poly1305", "poly1305_internal_test", "mdc2"); +simple_test("test_internal_poly1305", "poly1305_internal_test", "poly1305");