diff options
author | Daniel Stenberg <daniel@haxx.se> | 2019-10-08 10:11:35 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2019-10-09 14:16:28 +0200 |
commit | b59f0626b59e8a83a971b45212840313e73c9020 (patch) | |
tree | dc8f1340424f60a0002dbae538fdb8282dfbcafa /tests/data/test705 | |
parent | b8ea432d61ed7483e3da2ef3c46b15af10503cb7 (diff) |
tests: use port 2 instead of 60000 for a safer non-listening port
... when the tests want "connection refused".
Diffstat (limited to 'tests/data/test705')
-rw-r--r-- | tests/data/test705 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/test705 b/tests/data/test705 index 3b904c6b1..3d5f04e3a 100644 --- a/tests/data/test705 +++ b/tests/data/test705 @@ -23,7 +23,7 @@ http Attempt connect to non-listening SOCKS5 proxy </name> <command> ---socks5 %HOSTIP:60000 http://%HOSTIP:%HTTPPORT/705 +--socks5 %HOSTIP:2 http://%HOSTIP:%HTTPPORT/705 </command> </client> |