Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2017-01-23 17:53:44 +0300
committerMatt Caswell <matt@openssl.org>2017-01-30 13:18:24 +0300
commite463cb39d32d3621183e9a1d487daae13ff716e3 (patch)
tree6290f6ffb054d92f3ced890389eb4169f8fb7f9d /test/recipes/70-test_wpacket.t
parent2c0980d2fad0ed7d87f32a28f0d4f4527b32b9d9 (diff)
Enable wpacket test on shared builds
Now that we support internal tests properly, we can test wpacket even in shared builds. Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2259)
Diffstat (limited to 'test/recipes/70-test_wpacket.t')
-rw-r--r--test/recipes/70-test_wpacket.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/recipes/70-test_wpacket.t b/test/recipes/70-test_wpacket.t
index 9170122b77..6d50b9f809 100644
--- a/test/recipes/70-test_wpacket.t
+++ b/test/recipes/70-test_wpacket.t
@@ -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;