mirror of
https://github.com/curl/curl.git
synced 2026-08-24 13:03:35 +03:00
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
This commit is contained in:
parent
0cd0a64de4
commit
244834d3a1
10 changed files with 10 additions and 0 deletions
|
|
@ -4,6 +4,7 @@
|
|||
<keywords>
|
||||
HTTP
|
||||
HTTP GET
|
||||
--resolve
|
||||
</keywords>
|
||||
</info>
|
||||
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@ HTTP
|
|||
HTTP GET
|
||||
cookies
|
||||
cookiejar
|
||||
--resolve
|
||||
</keywords>
|
||||
</info>
|
||||
# Server-side
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
<info>
|
||||
<keywords>
|
||||
netrc
|
||||
--resolve
|
||||
</keywords>
|
||||
</info>
|
||||
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
HTTP
|
||||
HTTP GET
|
||||
HTTP Digest auth
|
||||
--resolve
|
||||
</keywords>
|
||||
</info>
|
||||
# Server-side
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
HTTP
|
||||
-G
|
||||
--proto-default
|
||||
--resolve
|
||||
</keywords>
|
||||
</info>
|
||||
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
HTTP
|
||||
HTTP GET
|
||||
HTTP/3
|
||||
--resolve
|
||||
</keywords>
|
||||
</info>
|
||||
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
HTTP
|
||||
HTTP/3
|
||||
HTTPS
|
||||
--resolve
|
||||
-w
|
||||
%header
|
||||
</keywords>
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@ HTTP
|
|||
HTTP GET
|
||||
cookies
|
||||
cookiejar
|
||||
--resolve
|
||||
</keywords>
|
||||
</info>
|
||||
# Server-side
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@ HTTP
|
|||
IMAP
|
||||
oauth2-bearer
|
||||
followlocation
|
||||
--resolve
|
||||
</keywords>
|
||||
</info>
|
||||
# Server-side
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
HTTP
|
||||
IMAP
|
||||
followlocation
|
||||
--resolve
|
||||
</keywords>
|
||||
</info>
|
||||
# Server-side
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue