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

@ -28,6 +28,9 @@ http
<name>
--libcurl for simple POST
</name>
<setenv>
SSL_CERT_FILE=
</setenv>
<command>
http://%HOSTIP:%HTTPPORT/we/want/1402 --libcurl log/test1402.c -d "foo=bar" -d "baz=quux"
</command>