Commit d74d3fe8 authored by Dan Fandrich's avatar Dan Fandrich
Browse files

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).
parent fefc6a7e
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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>

#