mirror of
https://github.com/curl/curl.git
synced 2026-06-06 08:04:28 +03:00
test1518: adjusted to work with hyper
... by making sure the stdout output doesn't look like HTTP headers. Closes #7333
This commit is contained in:
parent
7f11282d5f
commit
a80f8ea182
3 changed files with 11 additions and 12 deletions
|
|
@ -120,7 +120,6 @@
|
|||
1432
|
||||
1455
|
||||
1456
|
||||
1518
|
||||
1519
|
||||
1525
|
||||
1526
|
||||
|
|
|
|||
|
|
@ -49,11 +49,11 @@ http://%HOSTIP:%HTTPPORT/%TESTNUMBER
|
|||
<protocol>
|
||||
</protocol>
|
||||
<stdout>
|
||||
res: 0
|
||||
status: 302
|
||||
redirects: 0
|
||||
effectiveurl: http://%HOSTIP:%HTTPPORT/%TESTNUMBER
|
||||
redirecturl: http://1.2 .4.5/test
|
||||
res 0
|
||||
status 302
|
||||
redirects 0
|
||||
effectiveurl http://%HOSTIP:%HTTPPORT/%TESTNUMBER
|
||||
redirecturl http://1.2 .4.5/test
|
||||
</stdout>
|
||||
<errorcode>
|
||||
0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue