use SIGINT instead in large file test
This commit is contained in:
parent
2cc7ee5053
commit
cd07001471
1 changed files with 2 additions and 2 deletions
|
@ -35,8 +35,8 @@ sleep 3
|
|||
time curl -o tmp/expected $URL
|
||||
time curl -o tmp/result --socks5-hostname 127.0.0.1:1081 $URL
|
||||
|
||||
kill $LOCAL
|
||||
kill $SERVER
|
||||
kill -s SIGINT $LOCAL
|
||||
kill -s SIGINT $SERVER
|
||||
|
||||
type tc 2> /dev/null && tc qdisc del dev lo root
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue