X-Git-Url: https://git.exim.org/users/heiko/exim.git/blobdiff_plain/c910241219b0441b7d81019b0317412162427f33..d291c7670e4c370cdc4f631ea58f82c7f4f87823:/test/runtest diff --git a/test/runtest b/test/runtest index 12b091acf..f68b3c057 100755 --- a/test/runtest +++ b/test/runtest @@ -1088,6 +1088,9 @@ RESET_AFTER_EXTRA_LINE_READ: # Not all platforms build with DKIM enabled next if /^PDKIM >> Body data for hash, canonicalized/; + # Not all platforms have sendfile support + next if /^cannot use sendfile for body: no support$/; + # Parts of DKIM-specific debug output depend on the time/date next if /^date:\w+,\{SP\}/; next if /^PDKIM \[[^[]+\] (Header hash|b) computed:/; @@ -1154,6 +1157,9 @@ RESET_AFTER_EXTRA_LINE_READ: { # Berkeley DB version differences next if / Berkeley DB error: /; + + # CHUNKING: exact sizes depend on hostnames in headers + s/(=>.* K C="250- \d)\d+ (byte chunk, total \d)\d+/$1nn $2nn/; } # ======== All files other than stderr ========