projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c469a9a
)
CT test can't run without EC, so skip it on that algo as well
author
Richard Levitte
<levitte@openssl.org>
Wed, 9 Mar 2016 15:35:48 +0000
(16:35 +0100)
committer
Richard Levitte
<levitte@openssl.org>
Wed, 9 Mar 2016 16:13:23 +0000
(17:13 +0100)
Reviewed-by: Matt Caswell <matt@openssl.org>
test/recipes/80-test_ct.t
patch
|
blob
|
history
diff --git
a/test/recipes/80-test_ct.t
b/test/recipes/80-test_ct.t
index 1491ac1e2fc1847eae472ccc90b17cd56ee81759..6f1d8fc48706f0fc8151bd5ca2e7c6232e477cf5 100644
(file)
--- 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"
);