Update test_rebind.py to expect new format.

This commit is contained in:
Nick Mathewson 2020-07-14 11:21:49 -04:00
parent 9d2867c396
commit 382387882c

View File

@ -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()