From: Heiko Schlittermann (HS12-RIPE) Date: Wed, 18 Jan 2017 21:33:51 +0000 (+0100) Subject: Testsuite: Make patchexim work with dirty tag checkouts X-Git-Tag: exim-4_89_RC1~32 X-Git-Url: https://vcs.fsf.org/?p=exim.git;a=commitdiff_plain;h=28fb7042c4d99225f3968d6555faef598db2e9d0 Testsuite: Make patchexim work with dirty tag checkouts --- diff --git a/test/patchexim b/test/patchexim index 9659ba133..7bd84d49d 100755 --- a/test/patchexim +++ b/test/patchexim @@ -19,7 +19,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; }