]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
test: add missing <feature>s
authorDan Fandrich <dan@coneharvesters.com>
Thu, 5 Oct 2023 19:38:17 +0000 (12:38 -0700)
committerDan Fandrich <dan@coneharvesters.com>
Thu, 5 Oct 2023 20:10:51 +0000 (13:10 -0700)
The tests will otherwise fail if curl has them disabled.

tests/data/test1136
tests/data/test1401
tests/data/test1406
tests/data/test1407
tests/data/test1420
tests/data/test1903

index a82079248cd26243467f76b78e5a6bca710ffa20..1836f66ea327103ca6cdddee3533536c6aa784b6 100644 (file)
@@ -34,6 +34,7 @@ boo
 <features>
 PSL
 proxy
+cookies
 </features>
 <server>
 http
index d7b15776a16b5dd8d72d494ba1872321db977217..166d444f984bfd43fccf49c7d11caeede99fe4d4 100644 (file)
@@ -35,6 +35,7 @@ http
 http
 ftp
 file
+cookies
 </features>
 <setenv>
 SSL_CERT_FILE=
index 235155038aacc9b48e5a244691273d71ce775031..6207dfcae18fdcc03bd9ee9ef90b063c3957e127 100644 (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>
 
 #
index c8b880a23015d11c0bbff063472d673c6512abe1..aa80787266de6940b6986b0efca32a9e50c37ba4 100644 (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>
 
 #
index 1cb3b6ffe2069a64316a6b446107c53eb643379e..4df7aa7c22db2e1d5155b9c5caa18a648a33b499 100644 (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>
 
 #
index d256e6223e594c02a5115b3f011728cf48c1aa58..24ad174663755398f0fffc2900c690c1a8bd9fab 100644 (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