fix tests

This commit is contained in:
clowwindy 2014-06-01 17:27:36 +08:00
parent 20ba04c4ce
commit 21ab52c62b

View file

@ -111,7 +111,7 @@ try:
if local_ready and server_ready and p3 is None:
time.sleep(1)
p3 = Popen(['curl', 'http://www.example.com/', '-v', '-L',
'--socks5-hostname', '127.0.0.1:1080'], shell=False,
'--socks5-hostname', '127.0.0.1:1081'], shell=False,
bufsize=0, close_fds=True)
break