Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests: use %TESTNUMBER instead of fixed number | Daniel Stenberg | 2021-03-19 | 1 | -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-body | Daniel Stenberg | 2021-02-11 | 1 | -0/+28 |
Prevent both --fail and --fail-with-body on the same command line. Verify with test 349, 360 and 361. Closes #6449 |