mirror of
https://github.com/curl/curl.git
synced 2026-08-26 18:23:32 +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
|
|
@ -32,7 +32,10 @@ imap
|
|||
<name>
|
||||
--libcurl for IMAP FETCH message
|
||||
</name>
|
||||
<command>
|
||||
<setenv>
|
||||
SSL_CERT_FILE=
|
||||
</setenv>
|
||||
<command>
|
||||
'imap://%HOSTIP:%IMAPPORT/1420/;UID=1' -u user:secret --libcurl log/test1420.c
|
||||
</command>
|
||||
</client>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue