Fix test/recipes/95-test_external_krb5.t
"skip() needs to know $how_many tests are in the block" Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3261)
This commit is contained in:
parent
27fc8ae220
commit
112c4e0268
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue