X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/4d10782e6dc0928b4b9ac6f3980f71f3b05383f6..d6e20136b71dc5f3cd333a6342223f814ec2e7a2:/test/runtest diff --git a/test/runtest b/test/runtest index d73bc393e..1d7589a69 100755 --- a/test/runtest +++ b/test/runtest @@ -1163,7 +1163,7 @@ RESET_AFTER_EXTRA_LINE_READ: | Authenticators: | Lookups(?:\(built-in\))?: | Support\ for: - | Routers: + | Routers\ \((?:built-in|dynamic)\): | Transports: | Malware: | log\ selectors\ = @@ -3745,12 +3745,13 @@ while () %parm_authenticators = @temp; } - elsif (/^Routers: (.*)/) + elsif (/^Routers \((?:built-in|dynamic)\): ?(.*)/) { print; @temp = split /(\s+)/, $1; push(@temp, ' '); - %parm_routers = @temp; + my %temp_routers= @temp; + @parm_routers{keys %temp_routers} = values %temp_routers; } # Some transports have options, e.g. appendfile/maildir. For those, ensure