diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2019-08-14 13:32:11 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2019-08-14 13:32:11 +0100 |
commit | e9ae2091541400df1d74a2e4ade73ce8c8f51a3e (patch) | |
tree | d52692ebf622d59a30752ce0ad6eef0e868c110b /test/runtest | |
parent | 73ec116f6e17189e5a8b284ec9a4433a581adefc (diff) |
Testsuite: not all builds include SPF
Diffstat (limited to 'test/runtest')
-rwxr-xr-x | test/runtest | 3 |
1 files changed, 3 insertions, 0 deletions
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$/; |