X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/3875eb02bed6a9fb66e76879698d89109c308ac6..142fd50739f5ba92bac4a0162d03d818e78dd3b7:/test/runtest diff --git a/test/runtest b/test/runtest index 83659ea19..7226c4b0c 100755 --- a/test/runtest +++ b/test/runtest @@ -1554,13 +1554,15 @@ RESET_AFTER_EXTRA_LINE_READ: ; ; ; ; ; next; } + # various features can be built as dynamic-load modules + next if /loading module '(?:arc|dkim|dmarc|pam|perl|radius|spf)'$/; + # Not all platforms build with DKIM enabled next if /^DKIM >> Body data for hash, canonicalized/; # Not all platforms build with SPF enabled next if /(^$time_pid?spf_conn_init|spf_compile\.c)/; next if /try option spf_smtp_comment_template$/; - next if /loading module '(?:dkim|dmarc|spf)'$/; next if /^$time_pid?Loaded "(?:dkim|dmarc|spf)"$/; # Not all platforms have sendfile support