Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -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>
#
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment