]> granicus.if.org Git - curl/commitdiff
tests: clear the SSL_CERT_FILE variable on --libcurl tests
authorDan Fandrich <dan@coneharvesters.com>
Sun, 12 Mar 2017 21:33:56 +0000 (22:33 +0100)
committerDan Fandrich <dan@coneharvesters.com>
Sun, 12 Mar 2017 21:33:56 +0000 (22:33 +0100)
Otherwise, the contents will end up in the output and fail the
verification.

tests/data/test1400
tests/data/test1401
tests/data/test1402
tests/data/test1403
tests/data/test1404
tests/data/test1405
tests/data/test1406
tests/data/test1407
tests/data/test1420

index 838fe6387a8388d29acdd2aa8bec811451e976a5..e820843241c61401b7da1d3cf85f6de64f192700 100644 (file)
@@ -27,6 +27,9 @@ http
  <name>
 --libcurl for simple HTTP GET
  </name>
+<setenv>
+SSL_CERT_FILE=
+</setenv>
  <command>
 http://%HOSTIP:%HTTPPORT/we/want/1400 --libcurl log/test1400.c
 </command>
index 1e2b4a77fc0c164387ba944e23b1c8b5a54e516d..34469a3761e78908b14f0c94adea967aafeaf4c0 100644 (file)
@@ -31,6 +31,9 @@ http
  <name>
 --libcurl for GET with various options
  </name>
+<setenv>
+SSL_CERT_FILE=
+</setenv>
  <command>
 http://%HOSTIP:%HTTPPORT/we/want/1401 --libcurl log/test1401.c --basic -u fake:user -H "X-Files: Mulder" -H "X-Men: cyclops, iceman" -A MyUA -b chocolate=chip --proto "=http,ftp,file"
 </command>
index 07c3f491dbce41a9796a4ea6cf3012f88b55ba42..bf22695e6976b38b4212b93ad07b411d265e4c96 100644 (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>
index 18167b4fd8921a635ad6c0805e33888872e28d95..1a0fc7d8fcd0e9f699c83d524e7941e974ac7d25 100644 (file)
@@ -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>
index 6f53ca8cf6d9bd47a7bd4f1e3cee2f2fa6130bf1..c0bb81b5805acb2d7a6cac49a61bf0e06197b7a3 100644 (file)
@@ -29,6 +29,9 @@ http
  <name>
 --libcurl for HTTP RFC1867-type formposting - -F with three files, one with explicit type
  </name>
+<setenv>
+SSL_CERT_FILE=
+</setenv>
  <command>
 http://%HOSTIP:%HTTPPORT/we/want/1404 -F name=value -F 'file=@log/test1404.txt,log/test1404.txt;type=magic/content,log/test1404.txt' --libcurl log/test1404.c
 </command>
index 4e8d46d7f1124a8285b7cdda66a4711ed67e8089..041d9f3bdf7280c5dae7601a0f4a5448ebabaeee 100644 (file)
@@ -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>
index 0ccb08a77c00da580f6ec99a6a6c229727ff1bab..c01d2e3e945ccee8a8c551f5bf3c5eff245d5722 100644 (file)
@@ -25,6 +25,9 @@ smtp
  <name>
 --libcurl for SMTP
  </name>
+<setenv>
+SSL_CERT_FILE=
+</setenv>
 <file name="log/test1406.eml">
 From: different\r
 To: another\r
index 981e4e4142edcd832375fb263ba6843dbd797095..922e42231d5fb208203156d7f4639785ca41d9d0 100644 (file)
@@ -26,7 +26,10 @@ pop3
  <name>
 --libcurl for POP3 LIST one message
  </name>
- <command>
+<setenv>
+SSL_CERT_FILE=
+</setenv>
+<command>
 pop3://%HOSTIP:%POP3PORT/1407 -l -u user:secret --libcurl log/test1407.c
 </command>
 </client>
index a20f898687a25c0ec4261f8aca65d4d9743cf272..3cff4628d386b5df4450f78369538a30fa74c5fa 100644 (file)
@@ -32,7 +32,10 @@ imap
  <name>
 --libcurl for IMAP FETCH message
  </name>
- <command>
+<setenv>
+SSL_CERT_FILE=
+</setenv>
+<command>
 'imap://%HOSTIP:%IMAPPORT/1420/;UID=1' -u user:secret --libcurl log/test1420.c
 </command>
 </client>