summaryrefslogtreecommitdiff
path: root/tests/data/test1457
Commit message (Collapse)AuthorAgeFilesLines
* tests: Fixed XML validation errors in some test files.Dan Fandrich2019-02-211-1/+0
|
* tests: add stderr comparison to the test suiteFrank Gevaerts2019-02-111-1/+1
| | | | | | | | | | The code is more or less copied from the stdout comparison code, maybe some better reuse is possible. test 1457 is adjusted to make the output actually match (by using --silent) test 506 used <stderr> without actually needing it, so that <stderr> block is removed Closes #3536
* curl: add %{stderr} and %{stdout} for --write-outFrank Gevaerts2018-11-071-0/+62
Closes #3115