X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=test%2Fruntest;h=0a4e7cf88bd19f1d089e2971f4d1b59005aca86e;hb=f97ca6d137d5ea861340d32686b4b67b9e2029a1;hp=a36c3c6194114784f174a76a42b5a806a0f6318c;hpb=2e6a0ed708ac49cabf193f05e970489423e6dbb2;p=user%2Fhenk%2Fcode%2Fexim.git 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 =/; }