From: Richard Levitte Date: Thu, 20 Apr 2017 11:30:08 +0000 (+0200) Subject: Fix test/recipes/95-test_external_krb5.t X-Git-Tag: OpenSSL_1_1_1-pre1~1728 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=112c4e02680eeb3f9369f270f009a577fdb4019b;p=oweals%2Fopenssl.git Fix test/recipes/95-test_external_krb5.t "skip() needs to know $how_many tests are in the block" Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/3261) --- diff --git a/test/recipes/95-test_external_krb5.t b/test/recipes/95-test_external_krb5.t index 8144003d89..998135440b 100644 --- a/test/recipes/95-test_external_krb5.t +++ b/test/recipes/95-test_external_krb5.t @@ -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");