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:
Dan Fandrich 2017-03-12 22:33:56 +01:00
parent 75398731e4
commit 3863de57f2
9 changed files with 29 additions and 2 deletions

View file

@ -26,7 +26,10 @@ pop3
<name>
--libcurl for POP3 LIST one message
</name>
<command>
<setenv>
SSL_CERT_FILE=
</setenv>
<command>
pop3://%HOSTIP:%POP3PORT/1407 -l -u user:secret --libcurl log/test1407.c
</command>
</client>