X-Git-Url: https://git.exim.org/users/heiko/exim.git/blobdiff_plain/7b3d2d415f9bec9fc2689464d9e67ca2fc4c8666..8775d84f6a366680b392ed4e275071523695068a:/test/runtest diff --git a/test/runtest b/test/runtest index f083df99e..8f6bd28b8 100755 --- a/test/runtest +++ b/test/runtest @@ -1203,6 +1203,9 @@ RESET_AFTER_EXTRA_LINE_READ: # Not all platforms build with DKIM enabled next if /^PDKIM >> Body data for hash, canonicalized/; + # Not all platforms build with SPF enabled + next if /^(spf_conn_init|SPF_dns_exim_new|spf_compile\.c)/; + # Not all platforms have sendfile support next if /^cannot use sendfile for body: no support$/;