Commit 68a55f3b authored by Richard Levitte's avatar Richard Levitte
Browse files

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

parent 18b3a80a
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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'));