summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2017-04-20 13:30:08 +0200
committerRichard Levitte <levitte@openssl.org>2017-04-20 13:30:08 +0200
commit112c4e02680eeb3f9369f270f009a577fdb4019b (patch)
tree802d13deaaf59c3ab6db2eae529b589a7d4e14cf /test
parent27fc8ae22001a066ff99a8108f8dd70e547d6d64 (diff)
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)
Diffstat (limited to 'test')
-rw-r--r--test/recipes/95-test_external_krb5.t2
1 files changed, 1 insertions, 1 deletions
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");