test: add missing <feature>s

The tests will otherwise fail if curl has them disabled.
This commit is contained in:
Dan Fandrich 2023-10-05 12:38:17 -07:00
parent 930353d0af
commit 361cd3edab
6 changed files with 17 additions and 0 deletions

View file

@ -34,6 +34,7 @@ boo
<features>
PSL
proxy
cookies
</features>
<server>
http

View file

@ -35,6 +35,7 @@ http
http
ftp
file
cookies
</features>
<setenv>
SSL_CERT_FILE=

View file

@ -37,6 +37,10 @@ body
<command>
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
</command>
# Need ftp so the FTP options are written in the --libcurl template
<features>
ftp
</features>
</client>
#

View file

@ -32,6 +32,10 @@ SSL_CERT_FILE=
<command>
pop3://%HOSTIP:%POP3PORT/%TESTNUMBER -l -u user:secret --libcurl %LOGDIR/test%TESTNUMBER.c
</command>
# Need ftp so the FTP options are written in the --libcurl template
<features>
ftp
</features>
</client>
#

View file

@ -38,6 +38,10 @@ SSL_CERT_FILE=
<command>
'imap://%HOSTIP:%IMAPPORT/%TESTNUMBER/;MAILINDEX=1' -u user:secret --libcurl %LOGDIR/test%TESTNUMBER.c
</command>
# Need ftp so the FTP options are written in the --libcurl template
<features>
ftp
</features>
</client>
#

View file

@ -35,6 +35,9 @@ lib%TESTNUMBER
<command>
http://%HOSTIP:%HTTPPORT/we/want/%TESTNUMBER %LOGDIR/cookies%TESTNUMBER
</command>
<features>
cookies
</features>
<file name="%LOGDIR/cookies%TESTNUMBER" mode="text">
# Netscape HTTP Cookie File
# https://curl.se/docs/http-cookies.html