X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/62ccb00d5ca29f962c3691201e143667ff80bc6c..51a87a4dd1f2999485da7fe50c313e821dcc8dba:/test/runtest diff --git a/test/runtest b/test/runtest index 632672324..0c9f2808b 100755 --- a/test/runtest +++ b/test/runtest @@ -1160,7 +1160,7 @@ RESET_AFTER_EXTRA_LINE_READ: (?: .*\sBerkeley\ DB | \sProbably\ (?:Berkeley\ DB|ndbm|GDBM) | \sUsing\ (?:tdb|sqlite3) - | Authenticators: + | Authenticators\ \((?:built-in|dynamic)\): | Lookups(?:\(built-in\))?: | Support\ for: | Routers\ \((?:built-in|dynamic)\): @@ -3741,12 +3741,13 @@ while () @parm_lookups{keys %temp_lookups} = values %temp_lookups; } - elsif (/^Authenticators: (.*)/) + elsif (/^Authenticators \((?:built-in|dynamic)\): ?(.*)/) { print; @temp = split /(\s+)/, $1; push(@temp, ' '); - %parm_authenticators = @temp; + my %temp_auths= @temp; + @parm_authenticators{keys %temp_auths} = values %temp_auths; } elsif (/^Routers \((?:built-in|dynamic)\): ?(.*)/)