提交 777ae7c4 编写于 作者: R Richard Levitte

Simplify Simple.pm further, and make it more verbose

Reviewed-by: NStephen Henson <steve@openssl.org>
上级 c9f6be4e
......@@ -56,13 +56,12 @@ sub simple_test {
setup($name);
plan skip_all => "$algo is not supported by this OpenSSL build"
if $algo && disabled($algo);
plan tests => 1;
SKIP: {
skip "$algo is not supported by this OpenSSL build, skipping this test...", 1
if $algo && disabled($algo);
ok(run(test([$prgr])), "running $prgr");
}
ok(run(test([$prgr])), "running $prgr");
}
=head1 SEE ALSO
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册