Gitweb:
https://git.exim.org/exim.git/commitdiff/f15b0e22422af2e14091e0ac6a58454b6849cba6
Commit: f15b0e22422af2e14091e0ac6a58454b6849cba6
Parent: d4c9963ace2b653f657c74abecfecb7546c722b1
Author: Jeremy Harris <jgh146exb@???>
AuthorDate: Sat Jun 27 14:11:10 2020 +0100
Committer: Jeremy Harris <jgh146exb@???>
CommitDate: Sat Jun 27 14:11:10 2020 +0100
Testsuite: munging
---
test/runtest | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/runtest b/test/runtest
index 961b6ec..4972aed 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=....=.[^=]?=([^=]+)=([^@]+)\@([^ ]+)/SRS0=ZZZZ=YY=$1=$2\@$3/;
+ s/(?i)SRS0=....=.[^=]?=([^=]+)=([^@]+)\@([^ ]+)/SRS0=ZZZZ=YY=$1=$2\@$3/g;
# ======== Output from the "fd" program about open descriptors ========