1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

tests: use port 2 instead of 60000 for a safer non-listening port

... when the tests want "connection refused".
This commit is contained in:
Daniel Stenberg 2019-10-08 10:11:35 +02:00
parent b8ea432d61
commit b59f0626b5
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
3 changed files with 3 additions and 3 deletions

View File

@ -24,7 +24,7 @@ http
attempt connect to non-listening socket
</name>
<command>
%HOSTIP:60000
%HOSTIP:2
</command>
</client>

View File

@ -23,7 +23,7 @@ http
Attempt connect to non-listening SOCKS4 proxy
</name>
<command>
--socks4 %HOSTIP:60000 http://%HOSTIP:%HTTPPORT/704
--socks4 %HOSTIP:2 http://%HOSTIP:%HTTPPORT/704
</command>
</client>

View File

@ -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>