summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2020-06-27 14:11:10 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2020-06-27 14:11:10 +0100
commitf15b0e22422af2e14091e0ac6a58454b6849cba6 (patch)
treee981f675dbce3d6ef16e0b09adde3a00de5789c8 /test
parentd4c9963ace2b653f657c74abecfecb7546c722b1 (diff)
Testsuite: munging
Diffstat (limited to 'test')
-rwxr-xr-xtest/runtest2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/runtest b/test/runtest
index 961b6ec62..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=....=.[^=]?=([^=]+)=([^@]+)\@([^ ]+)/SRS0=ZZZZ=YY=$1=$2\@$3/;
+ s/(?i)SRS0=....=.[^=]?=([^=]+)=([^@]+)\@([^ ]+)/SRS0=ZZZZ=YY=$1=$2\@$3/g;
# ======== Output from the "fd" program about open descriptors ========