Browse Source

fix tests

auth
clowwindy 11 years ago
parent
commit
21ab52c62b
  1. 2
      test.py

2
test.py

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

Loading…
Cancel
Save