X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/9dea8f12c7617bcee02319adbb51353b6b35b2f8..1058096b8c5317376c1df7473f6ca7c543d20715:/test/runtest diff --git a/test/runtest b/test/runtest index cda11da9e..6cc5b3bdb 100755 --- a/test/runtest +++ b/test/runtest @@ -1285,6 +1285,9 @@ RESET_AFTER_EXTRA_LINE_READ: $_ = $line . $_; } + # Different builds will have different lookup types included + s/^search_type \K\d+ \((\w+)\) quoting -1 \(none\)$/NN ($1) quoting -1 (none)/; + # DISABLE_OCSP next if /in hosts_requ(est|ire)_ocsp\? (no|yes)/;