tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 382387882c3f9cfaac6ee0c83908dc24135ba5c4
parent 9d2867c396161e6a5a7604a5de062d8e13719d17
Author: Nick Mathewson <nickm@torproject.org>
Date:   Tue, 14 Jul 2020 11:21:49 -0400

Update test_rebind.py to expect new format.

Diffstat:
Msrc/test/test_rebind.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/test_rebind.py b/src/test/test_rebind.py @@ -116,7 +116,7 @@ tor_process = subprocess.Popen([tor_path, if tor_process == None: fail('ERROR: running tor failed') -wait_for_log('Opened Control listener on') +wait_for_log('Opened Control listener') try_connecting_to_socksport()