[exim-cvs] Testsuite: account for 4-component version number…

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Exim Git Commits Mailing List
Datum:  
To: exim-cvs
Betreff: [exim-cvs] Testsuite: account for 4-component version numbers
Gitweb: https://git.exim.org/exim.git/commitdiff/f8f40a64d41c4d47b974810320ab257e2eac0cf3
Commit:     f8f40a64d41c4d47b974810320ab257e2eac0cf3
Parent:     1c7d8bf5e5eb539549980af1488e3850e113112a
Author:     Jeremy Harris <jgh146exb@???>
AuthorDate: Tue Dec 17 19:04:00 2019 +0000
Committer:  Jeremy Harris <jgh146exb@???>
CommitDate: Tue Dec 17 19:11:15 2019 +0000


    Testsuite: account for 4-component version numbers
---
 test/patchexim | 1 +
 1 file changed, 1 insertion(+)


diff --git a/test/patchexim b/test/patchexim
index cb9f988..c2983e4 100755
--- a/test/patchexim
+++ b/test/patchexim
@@ -21,6 +21,7 @@ while(<IN>)
   s/>>>running<<</<<<testing>>>/;
   s{
     (\d+\.\d+                         # major.minor
+    (?:[_.]\d+)?                      # optional security-patchlevel
     (?:[_.]\d+)?                      # optional patchlevel
     (?:[_-]RC\d+|[_-]?dev(?:start)?)? # optional RC or dev(start)
     (?:(?:[_-]\d+)?                   # git tag distance