X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/9cd5086acc809e6af84f3865614cd913ddc213ff..980bb6b778928aeb9401bafc9e1a00c184fb5ff0:/test/runtest?ds=sidebyside diff --git a/test/runtest b/test/runtest index d32ea54dd..4972aedd8 100755 --- a/test/runtest +++ b/test/runtest @@ -934,7 +934,7 @@ RESET_AFTER_EXTRA_LINE_READ: # SRS timestamps and signatures vary by hostname and from run to run - s/SRS0=....=.[^=]?=[^=]+=[^@]+\@test.ex/SRS0=ZZZZ=YY=the.local.host.name=CALLER\@test.ex/; + s/(?i)SRS0=....=.[^=]?=([^=]+)=([^@]+)\@([^ ]+)/SRS0=ZZZZ=YY=$1=$2\@$3/g; # ======== Output from the "fd" program about open descriptors ========