xref: /curl/tests/data/test1085 (revision 3fd80c7b)
1<testcase>
2<info>
3<keywords>
4HTTP
5HTTP GET
6--interface
7IPv6
8FAILURE
9non-existing host
10</keywords>
11</info>
12
13#
14# Server-side
15<reply>
16</reply>
17
18#
19# Client-side
20<client>
21<features>
22http
23ipv6
24</features>
25<server>
26none
27</server>
28<name>
29HTTP-IPv6 GET with invalid --interface
30</name>
31<command>
32-g "http://%HOST6IP:%NOLISTENPORT/%TESTNUMBER" --interface non-existing-host.haxx.se.
33</command>
34# Ensure the IPv6 stack is operational before running this test (other tests
35# use the startup of the IPv6 test server as a substitute check for this).
36<precheck>
37./server/resolve --ipv6 ::1
38</precheck>
39</client>
40
41#
42# Verify data after the test has been "shot"
43<verify>
44<errorcode>
4545
46</errorcode>
47</verify>
48</testcase>
49