diff options
author | Daniel Stenberg <daniel@haxx.se> | 2018-01-23 00:02:35 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2018-01-23 08:01:29 +0100 |
commit | 65ceb20dfd3c1820b6af9c418a0ac2885dd6b4f2 (patch) | |
tree | f59da83dd31be9fd4487ffaf7f2eb635b08f2cb3 /tests/data/test1454 | |
parent | eb6e3c4f6e312e79732311b84df20a660f18dbdd (diff) | |
download | curl-65ceb20dfd3c1820b6af9c418a0ac2885dd6b4f2.tar.gz |
test1454: --connect-to with IPv6 address w/o IPv6 support!
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> |