diff options
-rw-r--r-- | tests/data/test1248 | 2 | ||||
-rw-r--r-- | tests/data/test1249 | 2 |
2 files changed, 2 insertions, 2 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> diff --git a/tests/data/test1249 b/tests/data/test1249 index ab5614068..1bc3cfe59 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 </setenv> <command> -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 </command> </client> |