summaryrefslogtreecommitdiff
path: root/test/runtest
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2017-05-04 18:39:44 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2017-05-04 18:39:44 +0100
commit61453fd1252a447a9bf7a9fdb20448fbc4abbb8e (patch)
tree2204f5e3f45b88c3a84fec12d83cc043e4168d0b /test/runtest
parent0d81dabc92972f340421d0f80fc04156215e2eb8 (diff)
testsuite: tidying
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 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:/;