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