Because our test sid file contains EC, don't try it when configured no-ec
authorRichard Levitte <levitte@openssl.org>
Mon, 6 Feb 2017 16:49:41 +0000 (17:49 +0100)
committerRichard Levitte <levitte@openssl.org>
Wed, 8 Feb 2017 22:10:28 +0000 (23:10 +0100)
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2564)

test/recipes/25-test_sid.t

index b13cb5c23a7c30d27fe6b1ec32810db8a57f588c..a34f4b09e3e2ed76974e96904d05d748479be615 100644 (file)
@@ -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'));