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/test287 | |
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/test287')
-rw-r--r-- | tests/data/test287 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/data/test287 b/tests/data/test287 index 6772e220f..7c29f7f02 100644 --- a/tests/data/test287 +++ b/tests/data/test287 @@ -30,6 +30,9 @@ HTTP proxy CONNECT with custom User-Agent header <command> http://test.remote.example.com.287:%HTTPPORT/path/287 -H "User-Agent: looser/2015" --proxy http://%HOSTIP:%HTTPPORT --proxytunnel --proxy-header "User-Agent: looser/2007" </command> +<features> +proxy +</features> </client> # Verify data after the test has been "shot" |