diff options
Diffstat (limited to 'tests/data/test75')
-rw-r--r-- | tests/data/test75 | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/tests/data/test75 b/tests/data/test75 new file mode 100644 index 000000000..bbd8cbc40 --- /dev/null +++ b/tests/data/test75 @@ -0,0 +1,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:%HOSTPORT/[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> |