X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=test%2Frecipes%2F70-test_sslcbcpadding.t;h=e69719e4bac9eea390a99bc3130046e20791983e;hp=8d3d6fc4b9718e304ea525114a634c2c98f79b86;hb=c5856878f709edb00759d56a55ccddb2ecd67d87;hpb=272cc20b32915633402358e10ddc01fe43b8aebe diff --git a/test/recipes/70-test_sslcbcpadding.t b/test/recipes/70-test_sslcbcpadding.t index 8d3d6fc4b9..e69719e4ba 100644 --- a/test/recipes/70-test_sslcbcpadding.t +++ b/test/recipes/70-test_sslcbcpadding.t @@ -15,7 +15,7 @@ my $test_name = "test_sslcbcpadding"; setup($test_name); plan skip_all => "TLSProxy isn't usable on $^O" - if $^O =~ /^(VMS|MSWin32)$/; + if $^O =~ /^(VMS)$/; plan skip_all => "$test_name needs the dynamic engine feature enabled" if disabled("engine") || disabled("dynamic-engine");