aboutsummaryrefslogtreecommitdiff
path: root/tests/data/test1454
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2018-01-23 00:02:35 +0100
committerDaniel Stenberg <daniel@haxx.se>2018-01-23 08:01:29 +0100
commit65ceb20dfd3c1820b6af9c418a0ac2885dd6b4f2 (patch)
treef59da83dd31be9fd4487ffaf7f2eb635b08f2cb3 /tests/data/test1454
parenteb6e3c4f6e312e79732311b84df20a660f18dbdd (diff)
test1454: --connect-to with IPv6 address w/o IPv6 support!
Diffstat (limited to 'tests/data/test1454')
-rw-r--r--tests/data/test145438
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>