summaryrefslogtreecommitdiff
path: root/tests/data/test1242
Commit message (Collapse)AuthorAgeFilesLines
* tests: adjust the tftpd output to work with hyper modeDaniel Stenberg2021-09-011-3/+3
| | | | | | | | | | By making them look less like http headers, the hyper mode "tweak" doesn't interfere. Enable test 2002 and 2003 in hyper builds (and 1280 which is unrelated but should be enabled). Closes #7658
* tests: use %TESTNUMBER instead of fixed numberDaniel Stenberg2021-03-191-2/+2
| | | | | | | This makes the tests easier to copy and relocate to other test numbers without having to update content. Closes #6738
* 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/+43
- 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