From 018dd775c868a53c15fdaba7c67aaae6c5fd35c1 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 20 Apr 2020 10:21:57 +0200 Subject: 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 --- tests/data/test703 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/data/test703') diff --git a/tests/data/test703 b/tests/data/test703 index 53d6a0222..d7be71393 100644 --- a/tests/data/test703 +++ b/tests/data/test703 @@ -31,7 +31,7 @@ proxy Attempt connect to non-listening HTTP server via SOCKS5 proxy ---socks5 %HOSTIP:%SOCKSPORT http://%HOSTIP:60000 +--socks5 %HOSTIP:%SOCKSPORT http://%HOSTIP:%NOLISTENPORT -- cgit v1.2.3