mirror of
https://github.com/curl/curl.git
synced 2026-06-04 06:24:16 +03:00
tests: add cookies feature to some tests
These fail without cookie support. Closes https://github.com/curl/curl/pull/21858
This commit is contained in:
parent
fda48a5a9c
commit
75a94f3cd8
3 changed files with 7 additions and 0 deletions
|
|
@ -66,6 +66,7 @@ HTTP with cookie with with -b and redirect to new host
|
|||
http://first.host.it.is/we/want/that/page/%TESTNUMBER -x %HOSTIP:%HTTPPORT -b "test=yes" --location
|
||||
</command>
|
||||
<features>
|
||||
cookies
|
||||
proxy
|
||||
</features>
|
||||
</client>
|
||||
|
|
|
|||
|
|
@ -34,6 +34,9 @@ custom Host with cookie, handle reuse, no custom Host:
|
|||
<command>
|
||||
http://%HOSTIP:%HTTPPORT
|
||||
</command>
|
||||
<features>
|
||||
cookies
|
||||
</features>
|
||||
</client>
|
||||
|
||||
# Verify data after the test has been "shot"
|
||||
|
|
|
|||
|
|
@ -35,6 +35,9 @@ HTTP with cookie parser and header recording
|
|||
<command>
|
||||
http://%HOSTIP:%HTTPPORT/we/want/%TESTNUMBER -b none -D %LOGDIR/heads%TESTNUMBER.txt
|
||||
</command>
|
||||
<features>
|
||||
cookies
|
||||
</features>
|
||||
</client>
|
||||
|
||||
# Verify data after the test has been "shot"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue