X-Git-Url: https://git.exim.org/users/jgh/exim.git/blobdiff_plain/9d4319dfec653f43b64562c8f31b87f2890365b2..35deab6a4e72f25219fa7989be018f39f46a2276:/test/runtest?ds=sidebyside diff --git a/test/runtest b/test/runtest index 43ae1d42f..84467064e 100755 --- a/test/runtest +++ b/test/runtest @@ -413,6 +413,7 @@ RESET_AFTER_EXTRA_LINE_READ: # Random local part in callout cache testing s/myhost.test.ex-\d+-testing/myhost.test.ex-dddddddd-testing/; + s/the.local.host.name-\d+-testing/the.local.host.name-dddddddd-testing/; # File descriptor numbers may vary s/^writing data block fd=\d+/writing data block fd=dddd/; @@ -1332,6 +1333,9 @@ $munges = 'loopback' => { 'stdout' => 's/[[](127\.0\.0\.1|::1)]/[IP_LOOPBACK_ADDR]/' }, + 'scanfile_size' => + { 'stdout' => 's/(Content-length:) \d\d\d/$1 ddd/' }, + };