mirror of
https://github.com/curl/curl.git
synced 2026-08-04 19:46:15 +03:00
Added variable substitution to the <verify><file> section.
Made a few more tests work remotely.
This commit is contained in:
parent
785a4899f5
commit
4686adb433
7 changed files with 132 additions and 86 deletions
|
|
@ -26,9 +26,9 @@ http://%HOSTIP:%HTTPPORT/we/want/172 -b log/jar172.txt -b "tool=curl; name=fool"
|
|||
# http://curlm.haxx.se/rfc/cookie_spec.html
|
||||
# This file was generated by libcurl! Edit at your own risk.
|
||||
|
||||
.127.0.0.1 TRUE /silly/ FALSE 0 ismatch this
|
||||
.127.0.0.1 TRUE / FALSE 0 partmatch present
|
||||
127.0.0.1 FALSE /we/want/ FALSE 1391252187 nodomain value
|
||||
.%HOSTIP TRUE /silly/ FALSE 0 ismatch this
|
||||
.%HOSTIP TRUE / FALSE 0 partmatch present
|
||||
%HOSTIP FALSE /we/want/ FALSE 1391252187 nodomain value
|
||||
</file>
|
||||
</client>
|
||||
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -32,9 +32,9 @@ HTTP, junk session cookies
|
|||
%HOSTIP:%HTTPPORT/want/53 -b log/injar53 -j
|
||||
</command>
|
||||
<file name="log/injar53">
|
||||
127.0.0.1 FALSE / FALSE 2139150993 mooo indeed
|
||||
127.0.0.1 FALSE / FALSE 0 moo1 indeed
|
||||
127.0.0.1 FALSE / FALSE 1 moo2 indeed
|
||||
%HOSTIP FALSE / FALSE 2139150993 mooo indeed
|
||||
%HOSTIP FALSE / FALSE 0 moo1 indeed
|
||||
%HOSTIP FALSE / FALSE 1 moo2 indeed
|
||||
</file>
|
||||
</client>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue