Skip to content

Commit

Permalink
test: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
liudongmiao committed Apr 4, 2024
1 parent 73060cb commit 47c6dee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ check() {
urlt=dl.jianyv.com/cdn-cgi/trace

rm -rf o.*
echo "checking donwload binary"
echo "checking download binary"
curl -q -m 6 -4 -s -L $urlb -o o.bin
curl -q -m 6 -4 -s -x socks5h://$laddr:$lport -L $urlb -o o.ws.bin
if ! cmp -s o.bin o.ws.bin; then
Expand Down

0 comments on commit 47c6dee

Please sign in to comment.