diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2008-10-08 21:46:55 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2008-10-08 21:46:55 +0000 |
commit | 8dfddd279b450fa460950f6bb13323c66a2256a5 (patch) | |
tree | e0a572ad1c83b74d758ce6e193cf55c7cf7588c9 /tests/data/test1085 | |
parent | 544f2f74dfa7ef9bdb08b098995e61c1ca0e1aca (diff) | |
download | curl-8dfddd279b450fa460950f6bb13323c66a2256a5.tar.gz |
Added tests 1082 through 1085 to test symbolic --interface parameters
Diffstat (limited to 'tests/data/test1085')
-rw-r--r-- | tests/data/test1085 | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/tests/data/test1085 b/tests/data/test1085 new file mode 100644 index 000000000..a69a9db64 --- /dev/null +++ b/tests/data/test1085 @@ -0,0 +1,41 @@ +<testcase> +<info> +<keywords> +HTTP +HTTP GET +--interface +IPv6 +FAILURE +</keywords> +</info> + +# +# Server-side +<reply> +</reply> + +# +# Client-side +<client> +<features> +ipv6 +</features> +<server> +none +</server> + <name> +HTTP-IPv6 GET with invalid --interface + </name> + <command> +-g "http://%HOST6IP:%HTTP6PORT/1085" --interface non-existing-host.haxx.se. +</command> +</client> + +# +# Verify data after the test has been "shot" +<verify> +<errorcode> +7 +</errorcode> +</verify> +</testcase> |