From 112c4e02680eeb3f9369f270f009a577fdb4019b Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Thu, 20 Apr 2017 13:30:08 +0200 Subject: [PATCH] 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) --- test/recipes/95-test_external_krb5.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");