]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Follow-up on 23678: fix socks/wrong_protocol test
authorNick Mathewson <nickm@torproject.org>
Tue, 3 Oct 2017 12:17:41 +0000 (08:17 -0400)
committerNick Mathewson <nickm@torproject.org>
Tue, 3 Oct 2017 12:17:41 +0000 (08:17 -0400)
src/test/test_socks.c

index 156845368548ab82469f6a8ad10b7510e11c619f..9ae7530e2238415c299b1707892fbc6aecad8985 100644 (file)
@@ -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);