From 361cd3edab6c679c525c7f5e3c2b55dde40081f3 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Thu, 5 Oct 2023 12:38:17 -0700 Subject: [PATCH] test: add missing s The tests will otherwise fail if curl has them disabled. --- tests/data/test1136 | 1 + tests/data/test1401 | 1 + tests/data/test1406 | 4 ++++ tests/data/test1407 | 4 ++++ tests/data/test1420 | 4 ++++ tests/data/test1903 | 3 +++ 6 files changed, 17 insertions(+) diff --git a/tests/data/test1136 b/tests/data/test1136 index a82079248c..1836f66ea3 100644 --- a/tests/data/test1136 +++ b/tests/data/test1136 @@ -34,6 +34,7 @@ boo PSL proxy +cookies http diff --git a/tests/data/test1401 b/tests/data/test1401 index d7b15776a1..166d444f98 100644 --- a/tests/data/test1401 +++ b/tests/data/test1401 @@ -35,6 +35,7 @@ http http ftp file +cookies SSL_CERT_FILE= diff --git a/tests/data/test1406 b/tests/data/test1406 index 235155038a..6207dfcae1 100644 --- a/tests/data/test1406 +++ b/tests/data/test1406 @@ -37,6 +37,10 @@ body smtp://%HOSTIP:%SMTPPORT/%TESTNUMBER --mail-rcpt recipient.one@example.com --mail-rcpt recipient.two@example.com --mail-from sender@example.com -T %LOGDIR/test%TESTNUMBER.eml --libcurl %LOGDIR/test%TESTNUMBER.c +# Need ftp so the FTP options are written in the --libcurl template + +ftp + # diff --git a/tests/data/test1407 b/tests/data/test1407 index c8b880a230..aa80787266 100644 --- a/tests/data/test1407 +++ b/tests/data/test1407 @@ -32,6 +32,10 @@ SSL_CERT_FILE= pop3://%HOSTIP:%POP3PORT/%TESTNUMBER -l -u user:secret --libcurl %LOGDIR/test%TESTNUMBER.c +# Need ftp so the FTP options are written in the --libcurl template + +ftp + # diff --git a/tests/data/test1420 b/tests/data/test1420 index 1cb3b6ffe2..4df7aa7c22 100644 --- a/tests/data/test1420 +++ b/tests/data/test1420 @@ -38,6 +38,10 @@ SSL_CERT_FILE= 'imap://%HOSTIP:%IMAPPORT/%TESTNUMBER/;MAILINDEX=1' -u user:secret --libcurl %LOGDIR/test%TESTNUMBER.c +# Need ftp so the FTP options are written in the --libcurl template + +ftp + # diff --git a/tests/data/test1903 b/tests/data/test1903 index d256e6223e..24ad174663 100644 --- a/tests/data/test1903 +++ b/tests/data/test1903 @@ -35,6 +35,9 @@ lib%TESTNUMBER http://%HOSTIP:%HTTPPORT/we/want/%TESTNUMBER %LOGDIR/cookies%TESTNUMBER + +cookies + # Netscape HTTP Cookie File # https://curl.se/docs/http-cookies.html -- 2.47.3