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:
Richard Levitte 2017-04-20 13:30:08 +02:00
parent 27fc8ae220
commit 112c4e0268

View file

@ -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");