Fix test/recipes/95-test_external_krb5.t
authorRichard Levitte <levitte@openssl.org>
Thu, 20 Apr 2017 11:30:08 +0000 (13:30 +0200)
committerRichard 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

index 8144003d895afd438d64c42c70acb157bed11c07..998135440b53cd091bbc980f2e9cd1f727182ad9 100644 (file)
@@ -16,7 +16,7 @@ setup("test_external_krb5");
 plan tests => 1;
 
 SKIP: {
 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");
         if disabled("external-tests");
     skip "krb5 not available", 1
         if ! -f srctop_file("krb5", "README");