[exim-cvs] handle more of the new format version numbers

Top Page
Delete this message
Reply to this message
Author: Exim Git Commits Mailing List
Date:  
To: exim-cvs
Subject: [exim-cvs] handle more of the new format version numbers
Gitweb: http://git.exim.org/exim.git/commitdiff/026d45f59bc9c3f767217b75349c0479d237739f
Commit:     026d45f59bc9c3f767217b75349c0479d237739f
Parent:     c45dd1801a10dc40580d422218ae8bfcd7128fc8
Author:     Phil Pennock <pdp@???>
AuthorDate: Fri Mar 30 13:41:16 2012 -0700
Committer:  Phil Pennock <pdp@???>
CommitDate: Fri Mar 30 13:41:16 2012 -0700


    handle more of the new format version numbers
---
 test/patchexim |    2 +-
 test/runtest   |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/test/patchexim b/test/patchexim
index d3f39bc..3052b5d 100755
--- a/test/patchexim
+++ b/test/patchexim
@@ -16,7 +16,7 @@ open(OUT, ">eximdir/exim") || die "** Failed to open eximdir/exim: $!\n";
while(<IN>)
{
s/>>>running<<</<<<testing>>>/;
- s/(\d+\.\d+(?:\.\d+)?([_-]RC\d+|[_-]dev)?(?:[0-9a-fA-F-]*)(?:-XX)?\0<<eximversion>>)/"x.yz\0" . ("*" x (length($1) - 5))/e;
+ s/(\d+\.\d+(?:[_.]\d+)?([_-]RC\d+|[_-]dev)?(?:[0-9a-fA-F-]*)(?:-XX)?\0<<eximversion>>)/"x.yz\0" . ("*" x (length($1) - 5))/e;
print OUT;
}

diff --git a/test/runtest b/test/runtest
index 6a6aadd..4be0f79 100755
--- a/test/runtest
+++ b/test/runtest
@@ -312,7 +312,7 @@ RESET_AFTER_EXTRA_LINE_READ:

# Replace the Exim version number (may appear in various places)
# patchexim should have fixed this for us
- #s/(Exim) \d+\.\d+[\w-]*/$1 x.yz/i;
+ #s/(Exim) \d+\.\d+[\w_-]*/$1 x.yz/i;

# Replace Exim message ids by a unique series
s/((?:[^\W_]{6}-){2}[^\W_]{2})