From 75a94f3cd80d2dec5d6532137436bb553d27d3f5 Mon Sep 17 00:00:00 2001 From: Marcel Raad Date: Wed, 3 Jun 2026 08:58:08 +0200 Subject: [PATCH] tests: add `cookies` feature to some tests These fail without cookie support. Closes https://github.com/curl/curl/pull/21858 --- tests/data/test2015 | 1 + tests/data/test2504 | 3 +++ tests/data/test7 | 3 +++ 3 files changed, 7 insertions(+) diff --git a/tests/data/test2015 b/tests/data/test2015 index 6cd758471e..d0479c5b7b 100644 --- a/tests/data/test2015 +++ b/tests/data/test2015 @@ -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 +cookies proxy diff --git a/tests/data/test2504 b/tests/data/test2504 index 8cec1c8210..7bb4a81ed7 100644 --- a/tests/data/test2504 +++ b/tests/data/test2504 @@ -34,6 +34,9 @@ custom Host with cookie, handle reuse, no custom Host: http://%HOSTIP:%HTTPPORT + +cookies + # Verify data after the test has been "shot" diff --git a/tests/data/test7 b/tests/data/test7 index 0f00d80097..ccdac19273 100644 --- a/tests/data/test7 +++ b/tests/data/test7 @@ -35,6 +35,9 @@ HTTP with cookie parser and header recording http://%HOSTIP:%HTTPPORT/we/want/%TESTNUMBER -b none -D %LOGDIR/heads%TESTNUMBER.txt + +cookies + # Verify data after the test has been "shot"