From: Phil Pennock Date: Fri, 30 Mar 2012 20:41:16 +0000 (-0700) Subject: handle more of the new format version numbers X-Git-Tag: exim-4_80_RC1~75 X-Git-Url: https://git.exim.org/exim.git/commitdiff_plain/026d45f59bc9c3f767217b75349c0479d237739f handle more of the new format version numbers --- diff --git a/test/patchexim b/test/patchexim index d3f39bc73..3052b5dac 100755 --- a/test/patchexim +++ b/test/patchexim @@ -16,7 +16,7 @@ open(OUT, ">eximdir/exim") || die "** Failed to open eximdir/exim: $!\n"; while() { s/>>>running<<>>/; - s/(\d+\.\d+(?:\.\d+)?([_-]RC\d+|[_-]dev)?(?:[0-9a-fA-F-]*)(?:-XX)?\0<>)/"x.yz\0" . ("*" x (length($1) - 5))/e; + s/(\d+\.\d+(?:[_.]\d+)?([_-]RC\d+|[_-]dev)?(?:[0-9a-fA-F-]*)(?:-XX)?\0<>)/"x.yz\0" . ("*" x (length($1) - 5))/e; print OUT; } diff --git a/test/runtest b/test/runtest index 6a6aadd97..4be0f7918 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})