aboutsummaryrefslogtreecommitdiff
path: root/tests/data/test1457
AgeCommit message (Collapse)Author
2019-02-21tests: Fixed XML validation errors in some test files.Dan Fandrich
2019-02-11tests: add stderr comparison to the test suiteFrank Gevaerts
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
2018-11-07curl: add %{stderr} and %{stdout} for --write-outFrank Gevaerts
Closes #3115