mirror of
https://github.com/curl/curl.git
synced 2026-08-26 02:13:33 +03:00
tests: clear the SSL_CERT_FILE variable on --libcurl tests
Otherwise, the contents will end up in the output and fail the verification.
This commit is contained in:
parent
75398731e4
commit
3863de57f2
9 changed files with 29 additions and 2 deletions
|
|
@ -31,6 +31,9 @@ http
|
|||
<name>
|
||||
--libcurl for GET with various options
|
||||
</name>
|
||||
<setenv>
|
||||
SSL_CERT_FILE=
|
||||
</setenv>
|
||||
<command>
|
||||
http://%HOSTIP:%HTTPPORT/we/want/1401 --libcurl log/test1401.c --basic -u fake:user -H "X-Files: Mulder" -H "X-Men: cyclops, iceman" -A MyUA -b chocolate=chip --proto "=http,ftp,file"
|
||||
</command>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue