Suppress CT warnings in test_ssl
authorMatt Caswell <matt@openssl.org>
Fri, 11 Mar 2016 13:50:55 +0000 (13:50 +0000)
committerMatt Caswell <matt@openssl.org>
Fri, 11 Mar 2016 13:52:26 +0000 (13:52 +0000)
Running test_ssl with HARNESS_VERBOSE results in lots of spurious warnings
about an inability to load the CT config file. This fixes it.

Reviewed-by: Richard Levitte <levitte@openssl.org>
test/recipes/80-test_ssl.t

index 5412cb6832a3de2545dffa8c53c938b444a6e3a6..ba57695b22f32314ce00955764365993dd9f0704 100644 (file)
@@ -11,6 +11,8 @@ use OpenSSL::Test::Utils;
 
 setup("test_ssl");
 
+$ENV{CTLOG_FILE} = srctop_file("test", "ct", "log_list.conf");
+
 my ($no_rsa, $no_dsa, $no_dh, $no_ec, $no_srp, $no_psk,
     $no_ssl3, $no_tls1, $no_tls1_1, $no_tls1_2,
     $no_dtls, $no_dtls1, $no_dtls1_2, $no_ct) =