X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/aff5e0c480dd4ac2ccd15906c250c18c93ac7f12..b217e871882835c14d7bda8e35c0d7e888a40349:/test/runtest?ds=sidebyside diff --git a/test/runtest b/test/runtest index bb9b1ceee..a178659f9 100755 --- a/test/runtest +++ b/test/runtest @@ -1560,6 +1560,9 @@ RESET_AFTER_EXTRA_LINE_READ: # Not all platforms build with DKIM enabled next if /^DKIM >> Body data for hash, canonicalized/; + # Not all platforms build with SOCKS enabled + next if /^try option socks_proxy$/; + # 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$/;