aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_rebind.py
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2020-07-14 11:21:49 -0400
committerNick Mathewson <nickm@torproject.org>2020-07-16 09:02:10 -0400
commit382387882c3f9cfaac6ee0c83908dc24135ba5c4 (patch)
treed2bd2ed5880aaf9ff07c6407a87e421a4a678b16 /src/test/test_rebind.py
parent9d2867c396161e6a5a7604a5de062d8e13719d17 (diff)
downloadtor-382387882c3f9cfaac6ee0c83908dc24135ba5c4.tar.gz
tor-382387882c3f9cfaac6ee0c83908dc24135ba5c4.zip
Update test_rebind.py to expect new format.
Diffstat (limited to 'src/test/test_rebind.py')
-rw-r--r--src/test/test_rebind.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test_rebind.py b/src/test/test_rebind.py
index 3fc3deb68e..6b72ece911 100644
--- 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()