X-Git-Url: https://git.exim.org/users/jgh/exim.git/blobdiff_plain/b8514d1960e259d49ab2c84c89eba52ab993da3f..3c90bbcdc7cf73298156f7bcd5f5e750e7814e72:/test/runtest?ds=inline diff --git a/test/runtest b/test/runtest index 93aa82fc9..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 ========