From c06ffdb6f1d92dc7c43952aba409353a5beef56b Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 2 Jun 2020 09:21:03 +0200 Subject: test970: make it require proxy support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- tests/data/test970 | 1 + 1 file changed, 1 insertion(+) 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 debug +proxy CURL_TIME=13 -- cgit v1.2.3