mirror of
https://github.com/curl/curl.git
synced 2026-08-26 10:53:36 +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,6 +32,9 @@ ftp
|
|||
<name>
|
||||
--libcurl for FTP with quote ops
|
||||
</name>
|
||||
<setenv>
|
||||
SSL_CERT_FILE=
|
||||
</setenv>
|
||||
<command>
|
||||
ftp://%HOSTIP:%FTPPORT/1405 -Q "NOOP 1" -Q "+NOOP 2" -Q "-NOOP 3" -Q "*FAIL" -Q "+*FAIL HARD" --libcurl log/test1405.c
|
||||
</command>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue