X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=test%2Frecipes%2F70-test_comp.t;h=4ad566c77a23d5d429b403af9971ac4dd628f4bd;hp=b79c0231f052aa3814a780e674ed0e53c582aed3;hb=c5856878f709edb00759d56a55ccddb2ecd67d87;hpb=ad448b21f8dcb0f2c60f7edcec6f00f0857c474f diff --git a/test/recipes/70-test_comp.t b/test/recipes/70-test_comp.t index b79c0231f0..4ad566c77a 100644 --- a/test/recipes/70-test_comp.t +++ b/test/recipes/70-test_comp.t @@ -16,7 +16,7 @@ my $test_name = "test_comp"; 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");