diff options
author | Marcel Raad <Marcel.Raad@teamviewer.com> | 2019-10-14 22:29:19 +0200 |
---|---|---|
committer | Marcel Raad <Marcel.Raad@teamviewer.com> | 2019-10-15 07:56:55 +0200 |
commit | 476eb88171982a967c35e18d4439de3a848fc916 (patch) | |
tree | da8651ee956426d1979cede014e40a9ae21ca102 /tests/data/test257 | |
parent | ee638377328527126ffbe71d1165e12c66830124 (diff) |
tests: use proxy feature
This makes the tests succeed when using --disable-proxy.
Closes https://github.com/curl/curl/pull/4488
Diffstat (limited to 'tests/data/test257')
-rw-r--r-- | tests/data/test257 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/data/test257 b/tests/data/test257 index 502448ddb..59a419bb1 100644 --- a/tests/data/test257 +++ b/tests/data/test257 @@ -73,7 +73,9 @@ HTTP Location: following with --netrc-optional <command> http://supersite.com/want/257 -L -x http://%HOSTIP:%HTTPPORT --netrc-optional --netrc-file log/netrc257 </command> - +<features> +proxy +</features> # netrc auth for two out of three sites: <file name="log/netrc257"> machine supersite.com login user1 password passwd1 |