mirror of
https://github.com/curl/curl.git
synced 2026-08-26 02:03: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
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue