mirror of
https://github.com/curl/curl.git
synced 2024-12-15 06:40:09 +08:00
f6cb707b6a
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
35 lines
386 B
Plaintext
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>
|