summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeiko Schlittermann (HS12-RIPE) <hs@schlittermann.de>2017-01-18 22:33:51 +0100
committerHeiko Schlittermann (HS12-RIPE) <hs@schlittermann.de>2017-01-20 18:28:45 +0100
commit28fb7042c4d99225f3968d6555faef598db2e9d0 (patch)
treea1082614f7e932221cbaf2ef2af17035c925dae1
parentc9169e679abc0239694b382290b3dec1ccf7fcce (diff)
Testsuite: Make patchexim work with dirty tag checkouts
-rwxr-xr-xtest/patchexim2
1 files changed, 1 insertions, 1 deletions
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(<IN>)
{
s/>>>running<<</<<<testing>>>/;
- s/(\d+\.\d+(?:[_.]\d+)?([_-]RC\d+|[_-]dev)?(?:[0-9a-fA-F-]*)(?:-XX)?\0<<eximversion>>)/"x.yz\0" . ("*" x (length($1) - 5))/e;
+ s/(\d+\.\d+(?:[_.]\d+)?([_-]RC\d+|[_-]dev)?(?:[0-9a-fA-F-]*)(?:[-_]XX)?\0<<eximversion>>)/"x.yz\0" . ("*" x (length($1) - 5))/e;
print OUT;
}