From 35a8fd2886d3352aae672f3e75c497979390570f Mon Sep 17 00:00:00 2001 From: Frank Gevaerts Date: Fri, 8 Feb 2019 10:55:45 +0100 Subject: tests: add stderr comparison to the test suite 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 without actually needing it, so that block is removed Closes #3536 --- tests/data/test1457 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/data/test1457') diff --git a/tests/data/test1457 b/tests/data/test1457 index aad6d43d4..43a5f35d3 100644 --- a/tests/data/test1457 +++ b/tests/data/test1457 @@ -29,7 +29,7 @@ http Check if %{stderr} and %{stdout} switch between stdout and stderr. -http://%HOSTIP:%HTTPPORT/1457 --write-out 'line1%{stderr}line2%{stdout}line3' +http://%HOSTIP:%HTTPPORT/1457 --silent --write-out 'line1%{stderr}line2%{stdout}line3' -- cgit v1.2.3