Enable the -out option test on VMS as well

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4008)
This commit is contained in:
Richard Levitte 2018-02-22 22:22:29 +01:00
parent f6d765988f
commit b107e7f557

View 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;