X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=test%2Fruntest;h=ef202985abefd5d212cec6b1633b7ed0eeb6f912;hb=06175ac09a1e58c69a777d322ee3d7bb4d7fe2a2;hp=edaec6b2525565397dd4e776c3540de5916828aa;hpb=f2259efecaf2978bc2baf9b7d9c012e3d01daea0;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/test/runtest b/test/runtest index edaec6b25..ef202985a 100755 --- a/test/runtest +++ b/test/runtest @@ -1075,6 +1075,15 @@ RESET_AFTER_EXTRA_LINE_READ: # mailq times change with when the run is done, vs. static-source spoolfiles s/\s*\d*[hd](?= 317 [0-9A-Za-z\-]{23} )/DDd/; + + # Not all builds include EXPERIMENTAL_DSN_INFO (1 of 2) + if (/^X-Exim-Diagnostic:/) + { + while () { + last if (/^$/ || !/^\s/); + } + goto RESET_AFTER_EXTRA_LINE_READ; + } } # ======== stderr ======== @@ -1631,6 +1640,15 @@ RESET_AFTER_EXTRA_LINE_READ: ; ; } + + # Not all builds include EXPERIMENTAL_DSN_INFO (2 of 2) + if (/^X-Exim-Diagnostic:/) + { + while () { + last if (/^$/ || !/^\s/); + } + goto RESET_AFTER_EXTRA_LINE_READ; + } } # ======== All files other than stderr ========