diff options
author | Daniel Stenberg <daniel@haxx.se> | 2020-06-02 09:21:03 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-06-02 10:39:15 +0200 |
commit | c06ffdb6f1d92dc7c43952aba409353a5beef56b (patch) | |
tree | 406e987a8a2ab6b71906ade1635f0d9c7370b1e2 /tests/data | |
parent | abfd154efd5de2cc3c73ff50b9a489651fb2a5b6 (diff) | |
download | curl-c06ffdb6f1d92dc7c43952aba409353a5beef56b.tar.gz |
test970: make it require proxy support
This test verifies the -w %json output and the test case includes a full
generated "blob". If there's no proxy support built into libcurl, it
will return an error for proxy related info variables and they will not
be included in the json, thus causing a mismatch and this test fails.
Reported-by: Marc Hörsken
Fixes #5501
Closes #5502
Diffstat (limited to 'tests/data')
-rw-r--r-- | tests/data/test970 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/data/test970 b/tests/data/test970 index 54e34cc5b..e6d138f49 100644 --- a/tests/data/test970 +++ b/tests/data/test970 @@ -33,6 +33,7 @@ http </server> <features> debug +proxy </features> <setenv> CURL_TIME=13 |