diff options
Diffstat (limited to 'tests/data/test1454')
-rw-r--r-- | tests/data/test1454 | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/tests/data/test1454 b/tests/data/test1454 new file mode 100644 index 000000000..36e28e49a --- /dev/null +++ b/tests/data/test1454 @@ -0,0 +1,38 @@ +<testcase> +<info> +<keywords> +--connect-to +</keywords> +</info> + +# +# Server-side +<reply> +</reply> + +# +# Client-side +<client> +<features> +!ipv6 +</features> +<server> +http +</server> + <name> +--connect-to with IPv6 address w/o IPv6 support! + </name> +<command> +--connect-to localhost:80:[::1]:80 localhost +</command> +</client> + +# +# Verify data after the test has been "shot" +<verify> +# 4 == CURLE_NOT_BUILT_IN +<errorcode> +4 +</errorcode> +</verify> +</testcase> |