Enable TLSProxy tests on Windows
[openssl.git] / test / recipes / 70-test_comp.t
index b79c0231f052aa3814a780e674ed0e53c582aed3..4ad566c77a23d5d429b403af9971ac4dd628f4bd 100644 (file)
@@ -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");