1<testcase>
2<info>
3<keywords>
4HTTP
5HTTP GET
6FAILURE
7</keywords>
8</info>
9#
10# Server-side
11<reply>
12</reply>
13
14#
15# Client-side
16<client>
17<server>
18none
19</server>
20<features>
21http
22</features>
23 <name>
24HTTP, urlglob retrieval with bad range
25 </name>
26 <command option="no-output">
27"http://%HOSTIP:%HTTPPORT/[2-1]" -o "log/weee#1.dump" --stderr -
28</command>
29# The error message on stdout implicitly depends on the length of the
30# URL, so refuse to run if the length is unexpected.
31<precheck>
32perl %SRCDIR/libtest/test75.pl http://%HOSTIP:%HTTPPORT/ 22
33</precheck>
34</client>
35
36#
37# Verify data after the test has been "shot"
38<verify>
39<strip>
40^User-Agent:.*
41</strip>
42<errorcode>
433
44</errorcode>
45<stdout mode="text">
46curl: (3) [globbing] error: bad range specification after pos 24
47</stdout>
48</verify>
49</testcase>
50