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

@ -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>