mirror of
https://github.com/curl/curl.git
synced 2026-04-15 01:01:41 +03:00
test: add missing <feature>s
The tests will otherwise fail if curl has them disabled.
This commit is contained in:
parent
930353d0af
commit
361cd3edab
6 changed files with 17 additions and 0 deletions
|
|
@ -34,6 +34,7 @@ boo
|
|||
<features>
|
||||
PSL
|
||||
proxy
|
||||
cookies
|
||||
</features>
|
||||
<server>
|
||||
http
|
||||
|
|
|
|||
|
|
@ -35,6 +35,7 @@ http
|
|||
http
|
||||
ftp
|
||||
file
|
||||
cookies
|
||||
</features>
|
||||
<setenv>
|
||||
SSL_CERT_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>
|
||||
|
||||
#
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
#
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
#
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue