summaryrefslogtreecommitdiff
path: root/test/recipes/20-test_enc.t
diff options
context:
space:
mode:
authorDmitry Belyavskiy <beldmit@gmail.com>2020-12-12 06:23:20 +0100
committerDmitry Belyavskiy <beldmit@gmail.com>2020-12-15 04:39:58 +0100
commit249d559545ab61dcec5089db3380d19b0ab5cb42 (patch)
treebdc2981d3df9d4c7f9341a2d51da48a51c63c91d /test/recipes/20-test_enc.t
parenta08489e241501303c487ea84ca30acecfc271f28 (diff)
downloadopenssl-new-249d559545ab61dcec5089db3380d19b0ab5cb42.tar.gz
Skip tests depending on deprecated list -*-commands options
Reviewed-by: Paul Dale <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/13669)
Diffstat (limited to 'test/recipes/20-test_enc.t')
-rw-r--r--test/recipes/20-test_enc.t2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/recipes/20-test_enc.t b/test/recipes/20-test_enc.t
index 8cd4cf98b7..32a62ef2fd 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.