summaryrefslogtreecommitdiff
path: root/test/patchexim
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2020-05-01 12:47:25 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2020-05-01 12:47:25 +0100
commite434e6743ac97c28b7d2b6d43f564eceb5450697 (patch)
tree92e1b2f410ef7ac40b308f68c9ad2fe11aaac6e8 /test/patchexim
parent37c0e209412be42f04a4599ecad6f901bff46f08 (diff)
downloadexim4-e434e6743ac97c28b7d2b6d43f564eceb5450697.tar.gz
Testsuite: handle RC tagging convention
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 c2983e4d0..2a4077820 100755
--- 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)