From 47c6deedbb10a3e5e92e662a28836d15497c835e Mon Sep 17 00:00:00 2001 From: Liu Dongmiao Date: Thu, 4 Apr 2024 11:37:13 +0800 Subject: [PATCH] test: fix typo --- run-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run-test.sh b/run-test.sh index bf7bcdb..82bb626 100755 --- a/run-test.sh +++ b/run-test.sh @@ -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