Commit 112c4e02 authored by Richard Levitte's avatar Richard Levitte
Browse files

Fix test/recipes/95-test_external_krb5.t



"skip() needs to know $how_many tests are in the block"

Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3261)
parent 27fc8ae2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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");