curl/tests/data/test201
Dan Fandrich e7a021e135 tests: use %LOGDIR to refer to the log directory
This will allow it be set dynamically.

Ref: #10818
2023-03-30 09:53:57 -07:00

35 lines
384 B
Plaintext

<testcase>
<info>
<keywords>
FILE
FAILURE
</keywords>
</info>
# Server-side
<reply>
<data>
</data>
</reply>
# Client-side
<client>
<server>
file
</server>
<name>
missing file:// file
</name>
<command>
file://localhost/%PWD/%LOGDIR/non-existent-file.txt
</command>
</client>
# Verify data after the test has been "shot"
<verify>
<errorcode>
37
</errorcode>
</verify>
</testcase>