[tor-commits] [tor/master] Update test_rebind.py to expect new format.

nickm at torproject.org nickm at torproject.org
Thu Jul 16 13:02:38 UTC 2020


commit 382387882c3f9cfaac6ee0c83908dc24135ba5c4
Author: Nick Mathewson <nickm at torproject.org>
Date:   Tue Jul 14 11:21:49 2020 -0400

    Update test_rebind.py to expect new format.
---
 src/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
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()
 





More information about the tor-commits mailing list