From: Daniel Stenberg Date: Fri, 1 May 2020 21:06:46 +0000 (+0200) Subject: tests: make test 1248 + 1249 use %NOLISTENPORT X-Git-Tag: curl-7_71_0~227 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f9c6febae2a68defb2a168046b9c742df3c5a42a;p=thirdparty%2Fcurl.git tests: make test 1248 + 1249 use %NOLISTENPORT ... instead of a port of a non-running server so that it works stand-alone. Closes #5318 --- diff --git a/tests/data/test1248 b/tests/data/test1248 index 28e7a8527b..02dacfc8b9 100644 --- a/tests/data/test1248 +++ b/tests/data/test1248 @@ -29,7 +29,7 @@ http Access a non-proxied host with using the combination of --proxy option and --noproxy option -http://user:secret@%HOSTIP:%HTTPPORT/1248 --proxy http://dummy:%PROXYPORT/ --noproxy %HOSTIP --max-time 5 +http://user:secret@%HOSTIP:%HTTPPORT/1248 --proxy http://dummy:%NOLISTENPORT/ --noproxy %HOSTIP --max-time 5 diff --git a/tests/data/test1249 b/tests/data/test1249 index ab56140686..1bc3cfe593 100644 --- a/tests/data/test1249 +++ b/tests/data/test1249 @@ -32,7 +32,7 @@ Access a non-proxied host with using the combination of --proxy option and NO_PR NO_PROXY=%HOSTIP -http://user:secret@%HOSTIP:%HTTPPORT/1249 --proxy http://dummy:%PROXYPORT/ --max-time 5 +http://user:secret@%HOSTIP:%HTTPPORT/1249 --proxy http://dummy:%NOLISTENPORT/ --max-time 5