Enable the -out option test on VMS as well
[openssl.git] / test / recipes / 15-test_out_option.t
index 1b9c40d282af5d9a2b01a2165b8af739e5c273cc..a4ca7cfa45e83b2862c57ecb2891fa6369da0c78 100644 (file)
@@ -16,8 +16,8 @@ use OpenSSL::Test::Utils;
 
 setup("test_out_option");
 
-plan skip_all => "'-out' option tests are not available on Windows or VMS"
-    if $^O =~ /^(VMS|MSWin32)$/;
+plan skip_all => "'-out' option tests are not available on Windows"
+    if $^O eq 'MSWin32';
 
 plan tests => 11;