summaryrefslogtreecommitdiff
path: root/test/recipes/95-test_external_krb5.t
diff options
context:
space:
mode:
authorTomas Mraz <tomas@openssl.org>2021-03-03 18:26:22 +0100
committerTomas Mraz <tomas@openssl.org>2021-03-05 14:27:46 +0100
commit996d2693e26d98456a2ec4fb1a5dd432ff026225 (patch)
tree57a78a24391b1e756980483547970e3e20ba1716 /test/recipes/95-test_external_krb5.t
parentc3a85d3d170a0bffd7b009edb544f0a4a182a3b7 (diff)
downloadopenssl-new-996d2693e26d98456a2ec4fb1a5dd432ff026225.tar.gz
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 'test/recipes/95-test_external_krb5.t')
-rw-r--r--test/recipes/95-test_external_krb5.t2
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;