fix tests
This commit is contained in:
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
|
||||
|
||||
|
Reference in New Issue
Block a user