X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/a769a5017518b850dca541f3e873fcfbc772f782..401a89359e1fcff59218ae2a05a5e9f3a603d915:/test/patchexim diff --git a/test/patchexim b/test/patchexim index 91bf98a42..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-]*)\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; }