提交 b107e7f5 编写于 作者: R Richard Levitte

Enable the -out option test on VMS as well

Reviewed-by: NRich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4008)
上级 f6d76598
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册