summaryrefslogtreecommitdiff
path: root/tests/data/test360
Commit message (Collapse)AuthorAgeFilesLines
* tests: use %TESTNUMBER instead of fixed numberDaniel Stenberg2021-03-191-1/+1
| | | | | | | This makes the tests easier to copy and relocate to other test numbers without having to update content. Closes #6738
* curl: add --fail-with-bodyDaniel Stenberg2021-02-111-0/+28
Prevent both --fail and --fail-with-body on the same command line. Verify with test 349, 360 and 361. Closes #6449