From b107e7f5572e6d441913ee921e828bc10d27a504 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Thu, 22 Feb 2018 22:22:29 +0100 Subject: [PATCH] Enable the -out option test on VMS as well Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/4008) --- test/recipes/15-test_out_option.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.34.1