mirror of
https://github.com/curl/curl.git
synced 2025-01-18 14:04:30 +08:00
Ensure the IPv6 stack is operational before running this test (other tests
use the startup of the IPv6 test server as a substitute check for this).
This commit is contained in:
parent
fefc6a7e6b
commit
d74d3fe851
@ -30,6 +30,11 @@ HTTP-IPv6 GET with invalid --interface
|
||||
<command>
|
||||
-g "http://%HOST6IP:%HTTP6PORT/1085" --interface non-existing-host.haxx.se.
|
||||
</command>
|
||||
# Ensure the IPv6 stack is operational before running this test (other tests
|
||||
# use the startup of the IPv6 test server as a substitute check for this).
|
||||
<precheck>
|
||||
./server/resolve --ipv6 ::1
|
||||
</precheck>
|
||||
</client>
|
||||
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user