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