projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27fc8ae
)
Fix test/recipes/95-test_external_krb5.t
author
Richard Levitte
<levitte@openssl.org>
Thu, 20 Apr 2017 11:30:08 +0000
(13:30 +0200)
committer
Richard Levitte
<levitte@openssl.org>
Thu, 20 Apr 2017 11:30:08 +0000
(13:30 +0200)
"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)
test/recipes/95-test_external_krb5.t
patch
|
blob
|
history
diff --git
a/test/recipes/95-test_external_krb5.t
b/test/recipes/95-test_external_krb5.t
index 8144003d895afd438d64c42c70acb157bed11c07..998135440b53cd091bbc980f2e9cd1f727182ad9 100644
(file)
--- 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");