Debug: more detail for expansions
[exim.git] / test / runtest
index cda11da9e0377d68a4c722989f904c585b2401fd..6cc5b3bdb07298a1af44f4448f6f1cc0e2b679a1 100755 (executable)
@@ -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)/;