X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/758fe60790c2f22e2823b5969a622371f03466f8..2b68e140a846db4f24f4e29dfa16db73dc35c37f:/test/runtest?ds=sidebyside diff --git a/test/runtest b/test/runtest index c88a8929e..4a304a8aa 100755 --- a/test/runtest +++ b/test/runtest @@ -792,7 +792,7 @@ RESET_AFTER_EXTRA_LINE_READ: } # Port in host address in spool file output from -Mvh - s/^(--?host_address) (.*)\.\d+/$1 $2.9999/; + s/^(--?host_address) (.*[:.])\d+$/$1 ${2}9999/; if ($dynamic_socket and $dynamic_socket->opened and my $port = $dynamic_socket->sockport) { s/^Connecting to 127\.0\.0\.1 port \K$port//;