curl/tests/data/test201
Viktor Szakats f6cb707b6a
tests: replace %PWD with %FILE_PWD for file://
Before this patch not all tests used `%FILE_PWD` with the `file://`
protocol.

Keep `%PWD` for test1145, to keep it fail on Windows like the test
expects.

Cherry-picked from #14949

Closes #15090
2024-09-30 23:48:00 +02:00

35 lines
386 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/%FILE_PWD/%LOGDIR/non-existent-file.txt
</command>
</client>
# Verify data after the test has been "shot"
<verify>
<errorcode>
37
</errorcode>
</verify>
</testcase>