summaryrefslogtreecommitdiffstats
path: root/test/recipes/02-test_internal_ctype.t
diff options
context:
space:
mode:
authorDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>2018-10-26 01:13:19 +0200
committerDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>2018-11-08 16:27:24 +0100
commit1901516a4ba909fff12e0e7815aa2d499f4d6d67 (patch)
tree0c04cc66944090fcfa87f56c93e8783047faebc6 /test/recipes/02-test_internal_ctype.t
parent1c615e4ce97715ae3af9255bc57be32a49687966 (diff)
Test: enable internal tests for shared Windows builds
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/7462)
Diffstat (limited to 'test/recipes/02-test_internal_ctype.t')
-rw-r--r--test/recipes/02-test_internal_ctype.t3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/recipes/02-test_internal_ctype.t b/test/recipes/02-test_internal_ctype.t
index 5bf81bdff1..999002118e 100644
--- a/test/recipes/02-test_internal_ctype.t
+++ b/test/recipes/02-test_internal_ctype.t
@@ -14,7 +14,4 @@ use OpenSSL::Test::Utils;
setup("test_internal_ctype");
-plan skip_all => "This test is unsupported in a shared library build on Windows"
- if $^O eq 'MSWin32' && !disabled("shared");
-
simple_test("test_internal_ctype", "ctype_internal_test");