aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_tortls_openssl.c
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2020-11-02 13:14:02 -0500
committerDavid Goulet <dgoulet@torproject.org>2020-11-02 13:14:02 -0500
commit474369e3fa5068d616c25f412608749527231e71 (patch)
tree4823b948444baa93290f3e0148eda538ae4c3b10 /src/test/test_tortls_openssl.c
parent8b240fbe404ce7505c7b2c661dae66d8ecb6c904 (diff)
parentc48d25ac8d5cb8320a56a61cbee7754420d77309 (diff)
downloadtor-474369e3fa5068d616c25f412608749527231e71.tar.gz
tor-474369e3fa5068d616c25f412608749527231e71.zip
Merge branch 'tor-gitlab/mr/186'
Diffstat (limited to 'src/test/test_tortls_openssl.c')
-rw-r--r--src/test/test_tortls_openssl.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/test/test_tortls_openssl.c b/src/test/test_tortls_openssl.c
index e20b0d1ede..42a901fe77 100644
--- a/src/test/test_tortls_openssl.c
+++ b/src/test/test_tortls_openssl.c
@@ -279,8 +279,7 @@ test_tortls_log_one_error(void *ignored)
mock_clean_saved_logs();
tor_tls_log_one_error(tls, ERR_PACK(1, 2, 3), LOG_WARN, 0, NULL);
- expect_log_msg("TLS error with 127.hello: "
- "BN lib (in unknown library:(null):---)\n");
+ expect_log_msg_containing("TLS error with 127.hello");
mock_clean_saved_logs();
tor_tls_log_one_error(tls, ERR_PACK(1, 2, SSL_R_HTTP_REQUEST),