X-Git-Url: https://git.exim.org/users/heiko/exim.git/blobdiff_plain/1508acb8629a6ac1517ab524a9f29257a2335d5e..be4a1376bb4fe5ef40ae4c1e8c7743ce855ed30d:/test/runtest diff --git a/test/runtest b/test/runtest index aa242d589..b88e71e60 100755 --- a/test/runtest +++ b/test/runtest @@ -3104,6 +3104,8 @@ if ($have_ipv6 && $parm_ipv6 ne "::1") $exp_v6 = $1 . ':0' x (8-length($exp_v6)) . ':' . $2; } elsif ( $parm_ipv6 =~ /^::(.+[^:])$/ ) { $exp_v6 = '0:' x (9-length($exp_v6)) . $1; + } else { + $exp_v6 = $parm_ipv6; } my(@components) = split /:/, $exp_v6; my(@nibbles) = reverse (split /\s*/, shift @components);