[exim-cvs] Testsuite: the munge for SRS must accept a varia…

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Exim Git Commits Mailing List
Datum:  
To: exim-cvs
Betreff: [exim-cvs] Testsuite: the munge for SRS must accept a variable-length timestamp element
Gitweb: https://git.exim.org/exim.git/commitdiff/9cd5086acc809e6af84f3865614cd913ddc213ff
Commit:     9cd5086acc809e6af84f3865614cd913ddc213ff
Parent:     80c2ec2e47c556daff00c79ee068ce68f25fd264
Author:     Jeremy Harris <jgh146exb@???>
AuthorDate: Sun Jun 21 12:53:36 2020 +0100
Committer:  Jeremy Harris <jgh146exb@???>
CommitDate: Sun Jun 21 12:53:36 2020 +0100


    Testsuite: the munge for SRS must accept a variable-length timestamp element
---
 test/runtest | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


diff --git a/test/runtest b/test/runtest
index 93aa82f..d32ea54 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 ========