From: Richard Levitte Date: Wed, 9 Mar 2016 15:35:48 +0000 (+0100) Subject: CT test can't run without EC, so skip it on that algo as well X-Git-Tag: OpenSSL_1_1_0-pre4~149 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=467bbe090bdb697d3edd5fba30917ec692d7e175;p=oweals%2Fopenssl.git CT test can't run without EC, so skip it on that algo as well Reviewed-by: Matt Caswell --- diff --git a/test/recipes/80-test_ct.t b/test/recipes/80-test_ct.t index 1491ac1e2f..6f1d8fc487 100644 --- a/test/recipes/80-test_ct.t +++ b/test/recipes/80-test_ct.t @@ -7,5 +7,5 @@ setup("test_ct"); $ENV{CTLOG_FILE} = srctop_file("test", "ct", "log_list.conf"); $ENV{CT_DIR} = srctop_file("test", "ct"); $ENV{CERTS_DIR} = srctop_file("test", "certs"); -simple_test("test_ct", "ct_test", "ct"); +simple_test("test_ct", "ct_test", "ct", "ec");