un-nest curl
This commit is contained in:
58
curl-8.15.0/tests/data/test417
Normal file
58
curl-8.15.0/tests/data/test417
Normal file
@@ -0,0 +1,58 @@
|
||||
<testcase>
|
||||
<info>
|
||||
<keywords>
|
||||
HTTPS
|
||||
--write-out
|
||||
%{certs}
|
||||
</keywords>
|
||||
</info>
|
||||
|
||||
# Server-side
|
||||
<reply>
|
||||
<data nocheck="yes">
|
||||
HTTP/1.1 200 OK
|
||||
Date: Tue, 09 Nov 2010 14:49:00 GMT
|
||||
Server: test-server/fake
|
||||
Content-Length: 7
|
||||
|
||||
nomnom
|
||||
</data>
|
||||
</reply>
|
||||
|
||||
# Client-side
|
||||
<client>
|
||||
<features>
|
||||
SSL
|
||||
!wolfssl
|
||||
!mbedtls
|
||||
</features>
|
||||
<server>
|
||||
http
|
||||
https
|
||||
</server>
|
||||
<name>
|
||||
--write-out with %{certs}
|
||||
</name>
|
||||
<command option="no-include">
|
||||
--insecure https://%HOSTIP:%HTTPSPORT/%TESTNUMBER -w '%{certs}'
|
||||
</command>
|
||||
</client>
|
||||
<verify>
|
||||
<protocol>
|
||||
GET /%TESTNUMBER HTTP/1.1
|
||||
Host: %HOSTIP:%HTTPSPORT
|
||||
User-Agent: curl/%VERSION
|
||||
Accept: */*
|
||||
|
||||
</protocol>
|
||||
<stripfile>
|
||||
s/^(.*):(.*)[\r\n]*//
|
||||
</stripfile>
|
||||
<stdout>
|
||||
nomnom
|
||||
%strippemfile[%CERTDIR/certs/test-localhost.crt]strippemfile%
|
||||
</stdout>
|
||||
|
||||
</verify>
|
||||
|
||||
</testcase>
|
||||
Reference in New Issue
Block a user