aboutsummaryrefslogtreecommitdiff
path: root/tests/data/test1457
diff options
context:
space:
mode:
authorFrank Gevaerts <frank@gevaerts.be>2019-02-08 10:55:45 +0100
committerDaniel Stenberg <daniel@haxx.se>2019-02-11 23:00:50 +0100
commit35a8fd2886d3352aae672f3e75c497979390570f (patch)
tree7ebffff88e30b6a210674a3579af50200cf6e01e /tests/data/test1457
parentcac0e4a6ad14b42471ebc62e82ecdb7dad164702 (diff)
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 <stderr> without actually needing it, so that <stderr> block is removed Closes #3536
Diffstat (limited to 'tests/data/test1457')
-rw-r--r--tests/data/test14572
1 files changed, 1 insertions, 1 deletions
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.
</name>
<command>
-http://%HOSTIP:%HTTPPORT/1457 --write-out 'line1%{stderr}line2%{stdout}line3'
+http://%HOSTIP:%HTTPPORT/1457 --silent --write-out 'line1%{stderr}line2%{stdout}line3'
</command>
</client>