1 # Check if ipv6 is available.
4 # $check_ipv6_just_check - don't skip the test if IPv6 is unsupported,
5 # just set the variable $check_ipv6_supported
9 --disable_abort_on_error
10 let $check_ipv6_supported=1;
11 connect (checkcon123456789,::1,root,,
test);
14 let $check_ipv6_supported=0;
15 if(!$check_ipv6_just_check)
23 disconnect checkcon123456789;
25 --enable_abort_on_error