DMARC: check for empty filename for TLD file. Patch testsuite to not break on missin...
[exim.git] / test / runtest
index a36c3c6194114784f174a76a42b5a806a0f6318c..0a4e7cf88bd19f1d089e2971f4d1b59005aca86e 100755 (executable)
@@ -974,6 +974,9 @@ RESET_AFTER_EXTRA_LINE_READ:
     s/^waiting for server to shut down\.+ done$/waiting for server to shut down.... done/;
     s/^\/.*postgres /POSTGRES /;
 
+    # DMARC is not always supported by the build
+    next if /^dmarc_tld_file =/;
+
     # ARC is not always supported by the build
     next if /^arc_sign =/;
     }