From: Daniel Stenberg Date: Tue, 8 Oct 2019 08:11:35 +0000 (+0200) Subject: tests: use port 2 instead of 60000 for a safer non-listening port X-Git-Tag: curl-7_67_0~56 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b59f0626b59e8a83a971b45212840313e73c9020;p=thirdparty%2Fcurl.git tests: use port 2 instead of 60000 for a safer non-listening port ... when the tests want "connection refused". --- diff --git a/tests/data/test19 b/tests/data/test19 index dd60b8cf3a..8e1bf5eb42 100644 --- a/tests/data/test19 +++ b/tests/data/test19 @@ -24,7 +24,7 @@ http attempt connect to non-listening socket -%HOSTIP:60000 +%HOSTIP:2 diff --git a/tests/data/test704 b/tests/data/test704 index 15a1b67017..6732d0a206 100644 --- a/tests/data/test704 +++ b/tests/data/test704 @@ -23,7 +23,7 @@ http Attempt connect to non-listening SOCKS4 proxy ---socks4 %HOSTIP:60000 http://%HOSTIP:%HTTPPORT/704 +--socks4 %HOSTIP:2 http://%HOSTIP:%HTTPPORT/704 diff --git a/tests/data/test705 b/tests/data/test705 index 3b904c6b19..3d5f04e3ac 100644 --- a/tests/data/test705 +++ b/tests/data/test705 @@ -23,7 +23,7 @@ http Attempt connect to non-listening SOCKS5 proxy ---socks5 %HOSTIP:60000 http://%HOSTIP:%HTTPPORT/705 +--socks5 %HOSTIP:2 http://%HOSTIP:%HTTPPORT/705