提交 68a55f3b 编写于 作者: R Richard Levitte

Because our test sid file contains EC, don't try it when configured no-ec

Reviewed-by: NRich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2564)
上级 18b3a80a
......@@ -15,6 +15,9 @@ use OpenSSL::Test qw/:DEFAULT srctop_file/;
setup("test_sid");
plan skip_all => 'test_sid needs EC to run'
if disabled('ec');
plan tests => 2;
require_ok(srctop_file('test','recipes','tconversion.pl'));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册