Files
rk35xx-android14/external/curl/tests/data/test1454
T
hmz007 36ed224bac Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a)
Signed-off-by: hmz007 <hmz007@gmail.com>
Change-Id: Ib87fdbe7a0be7dc961af3500fe9ea4589a127f9f
2024-10-29 18:12:02 +08:00

39 lines
449 B
Plaintext

<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>