aboutsummaryrefslogtreecommitdiff
path: root/tests/data/test1403
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2017-03-12 22:33:56 +0100
committerDan Fandrich <dan@coneharvesters.com>2017-03-12 22:33:56 +0100
commit3863de57f2fdb9a487d7f92c0bd64d740dc7a96f (patch)
tree0583b96d0ce7a47725a55f1411dad53ff3e6cef0 /tests/data/test1403
parent75398731e40dad2daee74981742882e4ef9f8a49 (diff)
downloadgnurl-3863de57f2fdb9a487d7f92c0bd64d740dc7a96f.tar.gz
gnurl-3863de57f2fdb9a487d7f92c0bd64d740dc7a96f.tar.bz2
gnurl-3863de57f2fdb9a487d7f92c0bd64d740dc7a96f.zip
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/test1403')
-rw-r--r--tests/data/test14033
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/data/test1403 b/tests/data/test1403
index 18167b4fd..1a0fc7d8f 100644
--- a/tests/data/test1403
+++ b/tests/data/test1403
@@ -28,6 +28,9 @@ http
<name>
--libcurl for GET with query
</name>
+<setenv>
+SSL_CERT_FILE=
+</setenv>
<command>
http://%HOSTIP:%HTTPPORT/we/want/1403 --libcurl log/test1403.c -G -d "foo=bar" -d "baz=quux"
</command>