mirror of
https://github.com/curl/curl.git
synced 2026-06-06 08:24:40 +03:00
tests: SSL_CERT_FILE: remove instead of setting to blank
Follow-up to 7cf8414fab
This commit is contained in:
parent
65dbd2b691
commit
476490900a
11 changed files with 11 additions and 11 deletions
|
|
@ -31,7 +31,7 @@ http
|
|||
--libcurl for simple HTTP GET
|
||||
</name>
|
||||
<setenv>
|
||||
SSL_CERT_FILE=
|
||||
SSL_CERT_FILE
|
||||
</setenv>
|
||||
<command>
|
||||
http://%HOSTIP:%HTTPPORT/we/want/%TESTNUMBER --libcurl %LOGDIR/test%TESTNUMBER.c
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ cookies
|
|||
--libcurl
|
||||
</features>
|
||||
<setenv>
|
||||
SSL_CERT_FILE=
|
||||
SSL_CERT_FILE
|
||||
</setenv>
|
||||
<command>
|
||||
http://%HOSTIP:%HTTPPORT/we/want/%TESTNUMBER --libcurl %LOGDIR/test%TESTNUMBER.c --basic -u fake:user -H "X-Files: Mulder" -H "X-Men: cyclops, iceman" -A MyUA -b chocolate=chip --proto "=http,ftp,file"
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ http
|
|||
--libcurl for simple POST
|
||||
</name>
|
||||
<setenv>
|
||||
SSL_CERT_FILE=
|
||||
SSL_CERT_FILE
|
||||
</setenv>
|
||||
<command>
|
||||
http://%HOSTIP:%HTTPPORT/we/want/%TESTNUMBER --libcurl %LOGDIR/test%TESTNUMBER.c -d "foo=bar" -d "baz=quux"
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ http
|
|||
--libcurl for GET with query
|
||||
</name>
|
||||
<setenv>
|
||||
SSL_CERT_FILE=
|
||||
SSL_CERT_FILE
|
||||
</setenv>
|
||||
<command>
|
||||
http://%HOSTIP:%HTTPPORT/we/want/%TESTNUMBER --libcurl %LOGDIR/test%TESTNUMBER.c -G -d "foo=bar" -d "baz=quux"
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ http
|
|||
--libcurl plus -F with 3 files, one with explicit type & encoder
|
||||
</name>
|
||||
<setenv>
|
||||
SSL_CERT_FILE=
|
||||
SSL_CERT_FILE
|
||||
</setenv>
|
||||
<command>
|
||||
http://%HOSTIP:%HTTPPORT/we/want/%TESTNUMBER -F name=value -F 'file=@%LOGDIR/test%TESTNUMBER.txt,%LOGDIR/test%TESTNUMBER.txt;type=magic/content;encoder=8bit,%LOGDIR/test%TESTNUMBER.txt;headers=X-testheader-1: header 1;headers=X-testheader-2: header 2' --libcurl %LOGDIR/test%TESTNUMBER.c
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ ftp
|
|||
--libcurl for FTP with quote ops
|
||||
</name>
|
||||
<setenv>
|
||||
SSL_CERT_FILE=
|
||||
SSL_CERT_FILE
|
||||
</setenv>
|
||||
<command>
|
||||
ftp://%HOSTIP:%FTPPORT/%TESTNUMBER -Q "NOOP 1" -Q "+NOOP 2" -Q "-NOOP 3" -Q "*FAIL" -Q "+*FAIL HARD" --libcurl %LOGDIR/test%TESTNUMBER.c
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ smtp
|
|||
--libcurl for SMTP
|
||||
</name>
|
||||
<setenv>
|
||||
SSL_CERT_FILE=
|
||||
SSL_CERT_FILE
|
||||
</setenv>
|
||||
<file name="%LOGDIR/test%TESTNUMBER.eml">
|
||||
From: different
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ pop3
|
|||
--libcurl for POP3 LIST one message
|
||||
</name>
|
||||
<setenv>
|
||||
SSL_CERT_FILE=
|
||||
SSL_CERT_FILE
|
||||
</setenv>
|
||||
<command>
|
||||
pop3://%HOSTIP:%POP3PORT/%TESTNUMBER -l -u user:secret --libcurl %LOGDIR/test%TESTNUMBER.c
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@ imap
|
|||
--libcurl for IMAP FETCH message
|
||||
</name>
|
||||
<setenv>
|
||||
SSL_CERT_FILE=
|
||||
SSL_CERT_FILE
|
||||
</setenv>
|
||||
<command>
|
||||
'imap://%HOSTIP:%IMAPPORT/%TESTNUMBER/;MAILINDEX=1' -u user:secret --libcurl %LOGDIR/test%TESTNUMBER.c
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ http
|
|||
--libcurl for POST with binary content
|
||||
</name>
|
||||
<setenv>
|
||||
SSL_CERT_FILE=
|
||||
SSL_CERT_FILE
|
||||
</setenv>
|
||||
<command>
|
||||
http://%HOSTIP:%HTTPPORT/we/want/%TESTNUMBER --libcurl %LOGDIR/test%TESTNUMBER.c --data-binary @%LOGDIR/%TESTNUMBER-upload
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@ SSL
|
|||
--libcurl with TLS version options
|
||||
</name>
|
||||
<setenv>
|
||||
SSL_CERT_FILE=
|
||||
SSL_CERT_FILE
|
||||
</setenv>
|
||||
<command>
|
||||
http://moo/ --libcurl %LOGDIR/test%TESTNUMBER.c --tls-max 1.3 --proxy-tlsv1 -x http://%HOSTIP:%HTTPPORT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue