From: Richard Levitte Date: Thu, 22 Feb 2018 21:22:29 +0000 (+0100) Subject: Enable the -out option test on VMS as well X-Git-Tag: OpenSSL_1_1_1-pre3~212 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=b107e7f5572e6d441913ee921e828bc10d27a504;hp=f6d765988f37c43edb1056ab83165f2569182e9d;ds=sidebyside Enable the -out option test on VMS as well Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/4008) --- diff --git a/test/recipes/15-test_out_option.t b/test/recipes/15-test_out_option.t index 1b9c40d282..a4ca7cfa45 100644 --- a/test/recipes/15-test_out_option.t +++ b/test/recipes/15-test_out_option.t @@ -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;