diff options
author | Daniel Stenberg <daniel@haxx.se> | 2020-05-01 23:06:46 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-05-02 15:47:34 +0200 |
commit | f9c6febae2a68defb2a168046b9c742df3c5a42a (patch) | |
tree | e3986432f7ee5d3283c39fc15fcd88e4ec0dc6bb /tests/data/test1248 | |
parent | 9d47ff53230f515716c66bc5993b09f58f815893 (diff) | |
download | curl-f9c6febae2a68defb2a168046b9c742df3c5a42a.tar.gz |
tests: make test 1248 + 1249 use %NOLISTENPORT
... instead of a port of a non-running server so that it works
stand-alone.
Closes #5318
Diffstat (limited to 'tests/data/test1248')
-rw-r--r-- | tests/data/test1248 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/test1248 b/tests/data/test1248 index 28e7a8527..02dacfc8b 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 </name> <command> -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 </command> </client> |