From: Nick Mathewson Date: Tue, 3 Oct 2017 12:17:41 +0000 (-0400) Subject: Follow-up on 23678: fix socks/wrong_protocol test X-Git-Tag: tor-0.3.3.0-alpha-dev~11^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f923aeee1b14c2f64a657049ba46e68d70f53a0f;p=thirdparty%2Ftor.git Follow-up on 23678: fix socks/wrong_protocol test --- diff --git a/src/test/test_socks.c b/src/test/test_socks.c index 1568453685..9ae7530e22 100644 --- a/src/test/test_socks.c +++ b/src/test/test_socks.c @@ -763,7 +763,7 @@ test_socks_wrong_protocol(void *ptr) tt_int_op(fetch_from_buf_socks(buf, socks, 1, 0), OP_EQ, -1); buf_clear(buf); expect_log_msg_containing("Socks version 71 not recognized. " - "(Tor is not an http proxy.)"); + "(This port is not an HTTP proxy;"); mock_clean_saved_logs(); socks_request_clear(socks);