X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/c45dd1801a10dc40580d422218ae8bfcd7128fc8..026d45f59bc9c3f767217b75349c0479d237739f:/test/patchexim 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; }