diff options
author | Daniel Stenberg <daniel@haxx.se> | 2020-04-20 10:21:57 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-04-20 22:38:05 +0200 |
commit | 018dd775c868a53c15fdaba7c67aaae6c5fd35c1 (patch) | |
tree | ef9f251a8f7030745d81c9020fc38e006deefbcd /tests/data/test705 | |
parent | 093a9e00142de95f6530830bf7b57d56df586b00 (diff) |
tests: add %NOLISTENPORT and use it
The purpose with this variable is to provide a port number that is
reasonably likely to not have a listener on the local host so that tests
can try connect failures against it. It uses port 47 - "reserved"
according to IANA.
Updated six tests to use it instead of the previous different ports.
Assisted-by: Emil Engler
Closes #5270
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 cfbf3419f..e7ba01220 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:2 http://%HOSTIP:%HTTPPORT/705 +--socks5 %HOSTIP:%NOLISTENPORT http://%HOSTIP:%HTTPPORT/705 </command> <features> proxy |