xref: /curl/tests/data/test1145 (revision e7a021e1)
1<testcase>
2<info>
3<keywords>
4FILE
5</keywords>
6</info>
7
8<reply>
9</reply>
10
11# Client-side
12<client>
13<server>
14file
15</server>
16<name>
17file:// bad host
18</name>
19# This command should not succeed since we only accept
20# file:/// file://localhost/ file://127.0.0.1/
21<command>
22file://bad-host%PWD/%LOGDIR/test%TESTNUMBER.txt
23</command>
24<file name="%LOGDIR/test%TESTNUMBER.txt">
25foo
26   bar
27bar
28   foo
29moo
30</file>
31</client>
32
33# Verify data after the test has been "shot"
34<verify>
35# CURLE_URL_MALFORMAT is error code 3
36<errorcode>
373
38</errorcode>
39</verify>
40</testcase>
41