From: Richard Levitte Date: Mon, 11 Jan 2016 16:20:39 +0000 (+0100) Subject: Only run DANE tests when EC is supported X-Git-Tag: OpenSSL_1_1_0-pre2~74 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=74b31db68ac5f1fc8d85f8fbd53dc186d0016b0b;p=openssl Only run DANE tests when EC is supported Since danetest is to test DANE rather than specific algorithms, it's acceptable to require EC when testing it. Reviewed-by: Viktor Dukhovni --- diff --git a/test/recipes/80-test_dane.t b/test/recipes/80-test_dane.t index 060bfcf541..e0aa524250 100644 --- a/test/recipes/80-test_dane.t +++ b/test/recipes/80-test_dane.t @@ -3,9 +3,13 @@ use strict; use warnings; use OpenSSL::Test qw/:DEFAULT top_dir top_file/; +use OpenSSL::Test::Utils; setup("test_dane"); +plan skip_all => "test_dane uses ec which is not supported by this OpenSSL build" + if disabled("ec"); + plan tests => 1; # The number of tests being performed ok(run(test(["danetest", "example.com",