summaryrefslogtreecommitdiff
path: root/test/patchexim
diff options
context:
space:
mode:
authorPhil Pennock <pdp@exim.org>2011-10-09 23:43:13 -0400
committerPhil Pennock <pdp@exim.org>2011-10-09 23:43:13 -0400
commita769a5017518b850dca541f3e873fcfbc772f782 (patch)
treeb083c012cbada8114626fd2284d56f8d230e67bc /test/patchexim
parent5f122889caaa3746001f7e1f8e5caca6f6181393 (diff)
downloadexim4-a769a5017518b850dca541f3e873fcfbc772f782.tar.gz
More testsuite fixes
Diffstat (limited to 'test/patchexim')
-rwxr-xr-xtest/patchexim2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/patchexim b/test/patchexim
index 1143741fb..91bf98a42 100755
--- a/test/patchexim
+++ b/test/patchexim
@@ -16,7 +16,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<<eximversion>>)/"x.yz\0" . ("*" x (length($1) - 5))/e;
+ s/(\d+\.\d+(?:\.\d+)?([_-]RC\d+|[_-]dev)?(?:[0-9a-fA-F-]*)\0<<eximversion>>)/"x.yz\0" . ("*" x (length($1) - 5))/e;
print OUT;
}