From: Jeremy Harris Date: Thu, 4 May 2017 17:39:44 +0000 (+0100) Subject: testsuite: tidying X-Git-Tag: exim-4_90_RC1~171 X-Git-Url: https://git.exim.org/exim.git/commitdiff_plain/61453fd1252a447a9bf7a9fdb20448fbc4abbb8e testsuite: tidying --- diff --git a/test/runtest b/test/runtest index 0021f3ecc..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:/;