summaryrefslogtreecommitdiff
path: root/tests/data/test1243
Commit message (Collapse)AuthorAgeFilesLines
* tests: removed redundant --trace-ascii argumentsDan Fandrich2017-05-091-1/+1
| | | | | This is already added by the test suite; it's not clear why all these tests had it, unless it's cargo-culting.
* TFTP: add option to suppress TFTP option requests (Part 2)Jay Satiro2016-02-231-0/+44
- Add tests. - Add an example to CURLOPT_TFTP_NO_OPTIONS.3. - Add --tftp-no-options to expose CURLOPT_TFTP_NO_OPTIONS. Bug: https://github.com/curl/curl/issues/481