X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/151b83f867487080e8f0e5cd6179e857dc6b3ccb..c6fa5dfa8280de53bfbfd4921bc8bb5945dd5f19:/test/patchexim diff --git a/test/patchexim b/test/patchexim index c8fbe466b..d3f39bc73 100755 --- a/test/patchexim +++ b/test/patchexim @@ -1,7 +1,5 @@ #! /usr/bin/perl -w -# $Cambridge: exim/test/patchexim,v 1.1 2006/02/06 16:07:10 ph10 Exp $ - ############################################################################### # This is an auxiliary script that is part of the Exim test suite. It must be # # run as root, and is normally called from the main controlling script. Its # @@ -18,7 +16,7 @@ open(OUT, ">eximdir/exim") || die "** Failed to open eximdir/exim: $!\n"; while() { s/>>>running<<>>/; - s/(\d+\.\d+(?:\.\d+)?(-RC\d+)?\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; }