more tests
[platform/upstream/curl.git] / tests / data / test75
1 #
2 # Server-side
3 <reply>
4 </reply>
5
6 #
7 # Client-side
8 <client>
9 <server>
10 none
11 </server>
12  <name>
13 HTTP, urlglob retrieval with bad range
14  </name>
15  <command option=no-output>
16 "http://%HOSTIP:%HOSTPORT/[1-1]" -o "log/weee#1.dump" --stderr -
17 </command>
18 </client>
19
20 #
21 # Verify data after the test has been "shot"
22 <verify>
23 <strip>
24 ^User-Agent:.*
25 </strip>
26 <errorcode>
27 3
28 </errorcode>
29 <stdout>
30 curl: (3) [globbing] error: illegal pattern or range specification after pos 24
31
32 </stdout>
33 </verify>