X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=test%2Fpatchexim;h=8322961a7c6e6aededeccecf8c4bdd6e00ba9952;hb=bc64a74dadcd9d2560b84cad283a52e7346d4140;hp=c8fbe466bf2fb889ff4b4bfb2c18a07bbadeeb14;hpb=151b83f867487080e8f0e5cd6179e857dc6b3ccb;p=exim.git diff --git a/test/patchexim b/test/patchexim index c8fbe466b..8322961a7 100755 --- a/test/patchexim +++ b/test/patchexim @@ -1,6 +1,6 @@ #! /usr/bin/perl -w -# $Cambridge: exim/test/patchexim,v 1.1 2006/02/06 16:07:10 ph10 Exp $ +# $Cambridge: exim/test/patchexim,v 1.2 2007/06/29 09:20:37 ph10 Exp $ ############################################################################### # This is an auxiliary script that is part of the Exim test suite. It must be # @@ -18,7 +18,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<>)/"x.yz\0" . ("*" x (length($1) - 5))/e; print OUT; }