[openssl-commits] [openssl] master update
Richard Levitte
levitte at openssl.org
Thu Apr 20 12:56:22 UTC 2017
The branch master has been updated
via 112c4e02680eeb3f9369f270f009a577fdb4019b (commit)
from 27fc8ae22001a066ff99a8108f8dd70e547d6d64 (commit)
- Log -----------------------------------------------------------------
commit 112c4e02680eeb3f9369f270f009a577fdb4019b
Author: Richard Levitte <levitte at openssl.org>
Date: Thu Apr 20 13:30:08 2017 +0200
Fix test/recipes/95-test_external_krb5.t
"skip() needs to know $how_many tests are in the block"
Reviewed-by: Rich Salz <rsalz at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3261)
-----------------------------------------------------------------------
Summary of changes:
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 8144003..9981354 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");
More information about the openssl-commits
mailing list