git://git.exim.org
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Set mainlog_name and rejectlog_name unconditionally.
[exim.git]
/
test
/
patchexim
diff --git
a/test/patchexim
b/test/patchexim
index c2983e4d0b742cb449fbe0fe5cf53fe24196690f..2a40778205781b737a2c84d8d991e6a8b53e0b69 100755
(executable)
--- a/
test/patchexim
+++ b/
test/patchexim
@@
-20,7
+20,7
@@
while(<IN>)
{
s/>>>running<<</<<<testing>>>/;
s{
- (\d+
\.\d+
# major.minor
+ (\d+
[_.]\d+
# major.minor
(?:[_.]\d+)? # optional security-patchlevel
(?:[_.]\d+)? # optional patchlevel
(?:[_-]RC\d+|[_-]?dev(?:start)?)? # optional RC or dev(start)