From 244834d3a168135f08b45034a5f57bff19158d48 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Sun, 7 Jun 2026 13:52:46 +0200 Subject: [PATCH] tests: add the "--resolve" keyword to tests that lack it ... even though they use the curl option "--resolve". This makes it more convenient to choose or skip the tests. For example Privoxy's cts test framework relies on the "--resolve" keyword when executing the "upstream-tests" scenario to skip curl tests that aren't expected to work when the requests are made through Privoxy. While some of the modified tests are already skipped for other reasons through other means when testing Privoxy, it's good to be consistent. Closes #21930 --- tests/data/test1629 | 1 + tests/data/test1645 | 1 + tests/data/test1646 | 1 + tests/data/test1966 | 1 + tests/data/test2008 | 1 + tests/data/test2500 | 1 + tests/data/test2503 | 1 + tests/data/test31 | 1 + tests/data/test779 | 1 + tests/data/test795 | 1 + 10 files changed, 10 insertions(+) diff --git a/tests/data/test1629 b/tests/data/test1629 index 6ee479ba31..f5e1dcbee4 100644 --- a/tests/data/test1629 +++ b/tests/data/test1629 @@ -4,6 +4,7 @@ HTTP HTTP GET +--resolve diff --git a/tests/data/test1645 b/tests/data/test1645 index bdb0e24792..70666ef34c 100644 --- a/tests/data/test1645 +++ b/tests/data/test1645 @@ -6,6 +6,7 @@ HTTP HTTP GET cookies cookiejar +--resolve # Server-side diff --git a/tests/data/test1646 b/tests/data/test1646 index 3df03bed9e..6a292ebd26 100644 --- a/tests/data/test1646 +++ b/tests/data/test1646 @@ -3,6 +3,7 @@ netrc +--resolve diff --git a/tests/data/test1966 b/tests/data/test1966 index 49270d03a9..914a1166e9 100644 --- a/tests/data/test1966 +++ b/tests/data/test1966 @@ -5,6 +5,7 @@ HTTP HTTP GET HTTP Digest auth +--resolve # Server-side diff --git a/tests/data/test2008 b/tests/data/test2008 index a24a019356..9d1b141833 100644 --- a/tests/data/test2008 +++ b/tests/data/test2008 @@ -5,6 +5,7 @@ HTTP -G --proto-default +--resolve diff --git a/tests/data/test2500 b/tests/data/test2500 index 2478245a8c..2abed30416 100644 --- a/tests/data/test2500 +++ b/tests/data/test2500 @@ -5,6 +5,7 @@ HTTP HTTP GET HTTP/3 +--resolve diff --git a/tests/data/test2503 b/tests/data/test2503 index 5ade561885..934798d336 100644 --- a/tests/data/test2503 +++ b/tests/data/test2503 @@ -5,6 +5,7 @@ HTTP HTTP/3 HTTPS +--resolve -w %header diff --git a/tests/data/test31 b/tests/data/test31 index 92cc58ca2e..c885b7c9fa 100644 --- a/tests/data/test31 +++ b/tests/data/test31 @@ -6,6 +6,7 @@ HTTP HTTP GET cookies cookiejar +--resolve # Server-side diff --git a/tests/data/test779 b/tests/data/test779 index 16aebce880..42ee363634 100644 --- a/tests/data/test779 +++ b/tests/data/test779 @@ -6,6 +6,7 @@ HTTP IMAP oauth2-bearer followlocation +--resolve # Server-side diff --git a/tests/data/test795 b/tests/data/test795 index 8590404143..a0d168d5ff 100644 --- a/tests/data/test795 +++ b/tests/data/test795 @@ -5,6 +5,7 @@ HTTP IMAP followlocation +--resolve # Server-side