Skip to content

Commit

Permalink
use SIGINT instead in large file test
Browse files Browse the repository at this point in the history
  • Loading branch information
clowwindy committed Dec 23, 2014
1 parent 2cc7ee5 commit cd07001
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_large_file.sh
Expand Up @@ -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

Expand Down

0 comments on commit cd07001

Please sign in to comment.