diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-08-14 13:37:32 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-08-14 13:37:32 +0000 |
commit | b352ffca1508ba12bc957f97fbf51e6a2ad109ef (patch) | |
tree | a7602d50decfc3277f2ed5b064bbfe9946f97b91 /tests/data/test87 | |
parent | 2d94856efd3e275300dffe872677c6dab936ebec (diff) |
test87 verifies the new and better check for bad -o #[num] stuff
Diffstat (limited to 'tests/data/test87')
-rw-r--r-- | tests/data/test87 | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/tests/data/test87 b/tests/data/test87 new file mode 100644 index 000000000..4673f4a2b --- /dev/null +++ b/tests/data/test87 @@ -0,0 +1,25 @@ +# +# Server-side +<reply> +</reply> +# +# Client-side +<client> +<server> +none +</server> + <name> +urlglob with bad -o #[num] usage + </name> + <command option=no-output> +"http://%HOSTIP:%HOSTPORT/[870001-870003]" -o "log/dumpit#2.dump" +</command> +</client> + +# +# Verify data after the test has been "shot" +<verify> +<errorcode> +2 +</errorcode> +</verify> |