summaryrefslogtreecommitdiffstats
path: root/test/recipes/70-test_comp.t
diff options
context:
space:
mode:
Diffstat (limited to 'test/recipes/70-test_comp.t')
-rw-r--r--test/recipes/70-test_comp.t2
1 files changed, 1 insertions, 1 deletions
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");