diff options
Diffstat (limited to 'tests/data/test1084')
-rw-r--r-- | tests/data/test1084 | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/tests/data/test1084 b/tests/data/test1084 new file mode 100644 index 000000000..fdaa16a74 --- /dev/null +++ b/tests/data/test1084 @@ -0,0 +1,37 @@ +<testcase> +<info> +<keywords> +HTTP +HTTP GET +--interface +FAILURE +</keywords> +</info> + +# +# Server-side +<reply> +</reply> + +# +# Client-side +<client> +<server> +none +</server> + <name> +HTTP GET with invalid --interface + </name> + <command> +http://%HOSTIP:%HTTPPORT/1084 --interface non-existing-host.haxx.se. +</command> +</client> + +# +# Verify data after the test has been "shot" +<verify> +<errorcode> +7 +</errorcode> +</verify> +</testcase> |