summaryrefslogtreecommitdiff
path: root/test/runtest
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2022-01-20 10:50:34 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2022-01-20 10:50:34 +0000
commit1058096b8c5317376c1df7473f6ca7c543d20715 (patch)
tree491dfba00e145e6291d3beb33cae54bf37586ecd /test/runtest
parent9dea8f12c7617bcee02319adbb51353b6b35b2f8 (diff)
downloadexim4-1058096b8c5317376c1df7473f6ca7c543d20715.tar.gz
Debug: more detail for expansions
Diffstat (limited to 'test/runtest')
-rwxr-xr-xtest/runtest3
1 files changed, 3 insertions, 0 deletions
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)/;