test427: add cookies feature and keyword
This test doesn't work with `--disable-cookies`. Closes https://github.com/curl/curl/pull/11320
This commit is contained in:
parent
64aefea3d9
commit
1eca27f100
@ -3,6 +3,7 @@
|
|||||||
<keywords>
|
<keywords>
|
||||||
HTTP
|
HTTP
|
||||||
HTTP GET
|
HTTP GET
|
||||||
|
cookies
|
||||||
</keywords>
|
</keywords>
|
||||||
</info>
|
</info>
|
||||||
|
|
||||||
@ -50,6 +51,9 @@ Keep Cookie: header within 8190 bytes
|
|||||||
<command>
|
<command>
|
||||||
http://%HOSTIP:%HTTPPORT/%TESTNUMBER -c %LOGDIR/cookies%TESTNUMBER -L
|
http://%HOSTIP:%HTTPPORT/%TESTNUMBER -c %LOGDIR/cookies%TESTNUMBER -L
|
||||||
</command>
|
</command>
|
||||||
|
<features>
|
||||||
|
cookies
|
||||||
|
</features>
|
||||||
</client>
|
</client>
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user