diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2020-06-21 12:53:36 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2020-06-21 12:53:36 +0100 |
commit | 9cd5086acc809e6af84f3865614cd913ddc213ff (patch) | |
tree | 27b69ed429da7888eaa25f8a5166ad7bcf886e5d /test | |
parent | 80c2ec2e47c556daff00c79ee068ce68f25fd264 (diff) |
Testsuite: the munge for SRS must accept a variable-length timestamp element
Diffstat (limited to 'test')
-rwxr-xr-x | test/runtest | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/runtest b/test/runtest index 93aa82fc9..d32ea54dd 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/SRS0=....=.[^=]?=[^=]+=[^@]+\@test.ex/SRS0=ZZZZ=YY=the.local.host.name=CALLER\@test.ex/; # ======== Output from the "fd" program about open descriptors ======== |