From 590fd9eeeb31a0e3815719e5b577469ffe9771bd Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Sat, 30 Mar 2019 15:41:52 +0000 Subject: DMARC: check for empty filename for TLD file. Patch testsuite to not break on missing default TLD file. --- test/runtest | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/runtest') diff --git a/test/runtest b/test/runtest index a36c3c619..0a4e7cf88 100755 --- a/test/runtest +++ b/test/runtest @@ -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 =/; } -- cgit v1.2.3