diff options
author | Tomas Mraz <tomas@openssl.org> | 2021-03-03 18:26:22 +0100 |
---|---|---|
committer | Tomas Mraz <tomas@openssl.org> | 2021-03-05 14:27:46 +0100 |
commit | 996d2693e26d98456a2ec4fb1a5dd432ff026225 (patch) | |
tree | 57a78a24391b1e756980483547970e3e20ba1716 /test/recipes/95-test_external_krb5.t | |
parent | DOCS: Document OSSL_STORE_INFO_PUBKEY in doc/man3/OSSL_STORE_INFO.pod (diff) | |
download | openssl-996d2693e26d98456a2ec4fb1a5dd432ff026225.tar.xz openssl-996d2693e26d98456a2ec4fb1a5dd432ff026225.zip |
CI: add job with external tests
Update gost-engine submodule.
Update pyca-cryptography submodule.
Fix condition for skipping krb5 test.
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/14416)
Diffstat (limited to '')
-rw-r--r-- | test/recipes/95-test_external_krb5.t | 2 |
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 ad262da2d9..9d6824cb6f 100644 --- a/test/recipes/95-test_external_krb5.t +++ b/test/recipes/95-test_external_krb5.t @@ -17,7 +17,7 @@ setup("test_external_krb5"); plan skip_all => "No external tests in this configuration" if disabled("external-tests"); plan skip_all => "krb5 not available" - if ! -f srctop_file("krb5", "data.txt"); + if ! -f srctop_file("krb5", "src", "configure.in"); plan tests => 1; |