test978: verify that --stderr works for -w's stderr as well

This commit is contained in:
Daniel Stenberg 2023-02-21 00:01:04 +01:00
parent d9b7f6e750
commit 4ea5702980
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
2 changed files with 57 additions and 1 deletions

56
tests/data/test978 Normal file
View file

@ -0,0 +1,56 @@
<testcase>
<info>
<keywords>
HTTP
--stderr
</keywords>
</info>
#
# Server-side
<reply>
<data crlf="yes">
HTTP/1.1 200 OK
Date: Tue, 09 Nov 2010 14:49:00 GMT
Server: test-server/fake
Last-Modified: Tue, 13 Jun 2000 12:10:00 GMT
ETag: "21025-dc7-39462498"
Accept-Ranges: bytes
Content-Length: 6
Connection: close
Content-Type: text/html
Funny-head: yesyes
-foo-
</data>
</reply>
#
# Client-side
<client>
<server>
http
</server>
<name>
verify that --stderr works for -w's stderr as well
</name>
<command>
http://%HOSTIP:%HTTPPORT/%TESTNUMBER --stderr log/redir --silent -w '%{stderr}nonsense\n'
</command>
</client>
#
# Verify data after the test has been "shot"
<verify>
<protocol crlf="yes">
GET /%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
Accept: */*
</protocol>
<file name="log/redir">
nonsense
</file>
</verify>
</testcase>