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

80-test_ssl_new.t: only skip on $no_tls if no other skip conditions defined

Reviewed-by: NMatt Caswell <matt@openssl.org>
上级 f4947bf1
......@@ -62,7 +62,7 @@ foreach my $conf (@conf_files) {
subtest "Test configuration $conf" => sub {
test_conf($conf,
$conf_dependent_tests{$conf} || $^O eq "VMS" ? 0 : 1,
$skip{$conf} || $no_tls);
defined($skip{$conf}) ? $skip{$conf} : $no_tls);
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册