From: Dmitry Belyavskiy Date: Sat, 12 Dec 2020 05:23:20 +0000 (+0100) Subject: Skip tests depending on deprecated list -*-commands options X-Git-Tag: openssl-3.0.0-alpha10~57 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=249d559545ab61dcec5089db3380d19b0ab5cb42;p=thirdparty%2Fopenssl.git Skip tests depending on deprecated list -*-commands options Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/13669) --- diff --git a/test/recipes/20-test_enc.t b/test/recipes/20-test_enc.t index 8cd4cf98b71..32a62ef2fd8 100644 --- a/test/recipes/20-test_enc.t +++ b/test/recipes/20-test_enc.t @@ -18,6 +18,8 @@ use OpenSSL::Test qw/:DEFAULT srctop_file bldtop_dir/; use OpenSSL::Test::Utils; setup("test_enc"); +plan skip_all => "Deprecated functions are disabled in this OpenSSL build" + if disabled("deprecated"); # We do it this way, because setup() may have moved us around, # so the directory portion of $0 might not be correct any more.