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

In 80-test_ssl_new, more "plan tests" to a more useful position

Reviewed-by: NMatt Caswell <matt@openssl.org>
上级 ee94aeee
......@@ -26,6 +26,10 @@ map { s/;.*// } @conf_srcs if $^O eq "VMS";
my @conf_files = map { basename($_) } @conf_srcs;
map { s/\.in// } @conf_files;
# We hard-code the number of tests to double-check that the globbing above
# finds all files as expected.
plan tests => 11; # = scalar @conf_srcs
# Some test results depend on the configuration of enabled protocols. We only
# verify generated sources in the default configuration.
my $is_default_tls = (disabled("ssl3") && !disabled("tls1") &&
......@@ -62,10 +66,6 @@ foreach my $conf (@conf_files) {
}
}
# We hard-code the number of tests to double-check that the globbing above
# finds all files as expected.
plan tests => 11; # = scalar @conf_srcs
sub test_conf {
plan tests => 3;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册