[exim-cvs] Testsuite: Solaris munge

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Exim Git Commits Mailing List
Datum:  
To: exim-cvs
Betreff: [exim-cvs] Testsuite: Solaris munge
Gitweb: https://git.exim.org/exim.git/commitdiff/e4a04f2a8de013abe125d9d04219343b0a32662e
Commit:     e4a04f2a8de013abe125d9d04219343b0a32662e
Parent:     23f2e90d7982f35e7a94a9df3128c1e574a26770
Author:     Jeremy Harris <jgh146exb@???>
AuthorDate: Wed Jan 22 17:06:48 2020 +0000
Committer:  Jeremy Harris <jgh146exb@???>
CommitDate: Thu Jan 23 15:28:22 2020 +0000


    Testsuite: Solaris munge
---
 test/runtest | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)


diff --git a/test/runtest b/test/runtest
index 1b704b1..595566e 100755
--- a/test/runtest
+++ b/test/runtest
@@ -1320,7 +1320,6 @@ RESET_AFTER_EXTRA_LINE_READ:

     # Platform differences in errno strings
     s/  SMTP\(Operation timed out\)<</  SMTP(Connection timed out)<</;
-    s/Arg list too long/Argument list too long/;


     # Platform differences for errno values (eg. Hurd)
     s/^errno = \d+$/errno = EEE/;
@@ -1422,6 +1421,9 @@ RESET_AFTER_EXTRA_LINE_READ:


     # Platform differences for errno values (eg. Hurd).  Leave 0 and negative numbers alone.
     s/R=\w+ T=\w+ defer\K \([1-9]\d*\): / (EEE): /;
+
+    # Platform differences in errno strings
+    s/Arg list too long/Argument list too long/;
     }


# ======== mail ========