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:
Richard Levitte 2017-02-06 17:49:41 +01:00
parent 18b3a80a5f
commit 68a55f3b45

View file

@ -15,6 +15,9 @@ use OpenSSL::Test qw/:DEFAULT srctop_file/;
setup("test_sid"); setup("test_sid");
plan skip_all => 'test_sid needs EC to run'
if disabled('ec');
plan tests => 2; plan tests => 2;
require_ok(srctop_file('test','recipes','tconversion.pl')); require_ok(srctop_file('test','recipes','tconversion.pl'));