mirror of
https://github.com/openssl/openssl.git
synced 2024-12-09 05:51:54 +08:00
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:
parent
f6d765988f
commit
b107e7f557
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user