Enable wpacket test on shared builds
[openssl.git] / test / recipes / 70-test_wpacket.t
index 9170122b77b7118fe61b2463ca15f9efeaddee1f..6d50b9f8096f62297fcf3234ee69f4df6d6be36d 100644 (file)
@@ -12,8 +12,8 @@ use OpenSSL::Test::Utils;
 
 setup("test_wpacket");
 
-plan skip_all => "Only supported in no-shared builds"
-    if !disabled("shared");
+plan skip_all => "Test disabled in this configuration"
+    if $^O eq 'MSWin32' && !disabled("shared");
 
 plan tests => 1;