SOCKS: support option expansion result for no-proxy. Bug 3118
[exim.git] / test / runtest
index bb9b1ceeed1a897372ea3afb91be57de166adb35..a178659f9052817f65905ec2d9f5f7dd235fc8c0 100755 (executable)
@@ -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$/;