提交 112c4e02 编写于 作者: R Richard Levitte

Fix test/recipes/95-test_external_krb5.t

"skip() needs to know $how_many tests are in the block"
Reviewed-by: NRich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3261)
上级 27fc8ae2
......@@ -16,7 +16,7 @@ setup("test_external_krb5");
plan tests => 1;
SKIP: {
skip "No external tests in this configuration"
skip "No external tests in this configuration", 1
if disabled("external-tests");
skip "krb5 not available", 1
if ! -f srctop_file("krb5", "README");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册