X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/ce905061fc5b4fe76ea83f6074d2445f61c67d40..f5c2d7e2f79ccb70dd9a815b55e1aaf8868f8876:/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; }