mirror of
https://github.com/moparisthebest/curl
synced 2024-11-04 08:35:05 -05:00
39 lines
434 B
Plaintext
39 lines
434 B
Plaintext
<testcase>
|
|
<info>
|
|
<keywords>
|
|
FILE
|
|
</keywords>
|
|
</info>
|
|
|
|
<reply>
|
|
</reply>
|
|
|
|
# Client-side
|
|
<client>
|
|
<server>
|
|
file
|
|
</server>
|
|
<name>
|
|
file:// with SMB path
|
|
</name>
|
|
<command>
|
|
file:////bad-host%PWD/log/test1145.txt
|
|
</command>
|
|
<file name="log/test1145.txt">
|
|
foo
|
|
bar
|
|
bar
|
|
foo
|
|
moo
|
|
</file>
|
|
</client>
|
|
|
|
# Verify data after the test has been "shot"
|
|
<verify>
|
|
# CURLE_URL_MALFORMAT is error code 3
|
|
<errorcode>
|
|
3
|
|
</errorcode>
|
|
</verify>
|
|
</testcase>
|