Because our test sid file contains EC, don't try it when configured no-ec
Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2564)
This commit is contained in:
parent
18b3a80a5f
commit
68a55f3b45
1 changed files with 3 additions and 0 deletions
|
@ -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'));
|
||||
|
|
Loading…
Reference in a new issue