summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-03-09 16:35:48 +0100
committerRichard Levitte <levitte@openssl.org>2016-03-09 17:13:23 +0100
commit467bbe090bdb697d3edd5fba30917ec692d7e175 (patch)
treedd03eebe799363bac1a597bc318aa9668cfa3bc3 /test
parentc469a9a81e0126f690fde791f616ced113a6ca86 (diff)
CT test can't run without EC, so skip it on that algo as well
Reviewed-by: Matt Caswell <matt@openssl.org>
Diffstat (limited to 'test')
-rw-r--r--test/recipes/80-test_ct.t2
1 files changed, 1 insertions, 1 deletions
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");