You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
404 B
36 lines
404 B
<testcase>
|
|
<info>
|
|
<keywords>
|
|
--write-out
|
|
FILE
|
|
</keywords>
|
|
</info>
|
|
# Server-side
|
|
<reply>
|
|
</reply>
|
|
|
|
# Client-side
|
|
<client>
|
|
<server>
|
|
file
|
|
</server>
|
|
|
|
<name>
|
|
Check --write-out with trailing %{
|
|
</name>
|
|
<command>
|
|
file://localhost/%PWD/log/non-existent-file.txt --write-out '%{'
|
|
</command>
|
|
</client>
|
|
|
|
# Verify data
|
|
<verify>
|
|
<errorcode>
|
|
37
|
|
</errorcode>
|
|
<stdout nonewline="yes">
|
|
%{
|
|
</stdout>
|
|
</verify>
|
|
</testcase>
|