diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2017-03-12 22:33:56 +0100 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2017-03-12 22:33:56 +0100 |
commit | 3863de57f2fdb9a487d7f92c0bd64d740dc7a96f (patch) | |
tree | 0583b96d0ce7a47725a55f1411dad53ff3e6cef0 /tests/data/test1405 | |
parent | 75398731e40dad2daee74981742882e4ef9f8a49 (diff) |
tests: clear the SSL_CERT_FILE variable on --libcurl tests
Otherwise, the contents will end up in the output and fail the
verification.
Diffstat (limited to 'tests/data/test1405')
-rw-r--r-- | tests/data/test1405 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/data/test1405 b/tests/data/test1405 index 4e8d46d7f..041d9f3bd 100644 --- a/tests/data/test1405 +++ b/tests/data/test1405 @@ -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> |