X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/0585799ba85d257f1e2428c1615b00c30c60931e..b115023ebbd339f31eff6ed67491e562967464d8:/test/runtest diff --git a/test/runtest b/test/runtest index 9e25a200f..e1ba864f0 100755 --- a/test/runtest +++ b/test/runtest @@ -911,7 +911,7 @@ RESET_AFTER_EXTRA_LINE_READ: s/([\s,])S=\d+\b/$1S=sss/; s/:S\d+\b/:Ssss/; - s/^(\s*\d+[mhd]\s+)\d+(\s+(?:[a-z0-9-]{23}|[a-z0-9-]{18}) <)/TTT sss$2/i if $is_stdout; + s/^(\s*\d+[mhd]\s+)\d+(\s+(?:[[:alnum:]-]{23}|[[:alnum:]-]{16}) <)/TTT sss$2/i if $is_stdout; s/\sSIZE=\d+\b/ SIZE=ssss/; s/\ssize=\d+\b/ size=sss/ if $is_stderr; s/old size = \d+\b/old size = sssss/; @@ -1230,7 +1230,7 @@ RESET_AFTER_EXTRA_LINE_READ: next if /^TLS: not preloading server certs$/; # some platforms are missing the standard CA bundle file - next if /^tls_set_watch\(\) fail on '\/usr\/lib\/ssl\/cert.pem': No such file or directory$/; + next if /^tls_set_watch\(\) fail on '\/usr\/(?:lib\/ssl|local\/openssl3\/etc\/pki\/tls)\/cert.pem': No such file or directory$/; # drop lookups next if /^$time_pid?(?: Lookups\ \(built-in\): @@ -1515,6 +1515,7 @@ RESET_AFTER_EXTRA_LINE_READ: |connection\ attempt\ to\ [^,]+,\ 0\ data) # MacOS & no-support $/x) { + $_ = ; if (/^connected$/) { $_ .= ;