summaryrefslogtreecommitdiff
path: root/test/patchexim
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2019-12-17 19:04:00 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2019-12-17 19:11:15 +0000
commitf8f40a64d41c4d47b974810320ab257e2eac0cf3 (patch)
tree1ef29cdd3be4989657a798ce828453aecb78dc37 /test/patchexim
parent1c7d8bf5e5eb539549980af1488e3850e113112a (diff)
downloadexim4-f8f40a64d41c4d47b974810320ab257e2eac0cf3.tar.gz
Testsuite: account for 4-component version numbers
Diffstat (limited to 'test/patchexim')
-rwxr-xr-xtest/patchexim1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/patchexim b/test/patchexim
index cb9f98825..c2983e4d0 100755
--- a/test/patchexim
+++ b/test/patchexim
@@ -21,6 +21,7 @@ while(<IN>)
s/>>>running<<</<<<testing>>>/;
s{
(\d+\.\d+ # major.minor
+ (?:[_.]\d+)? # optional security-patchlevel
(?:[_.]\d+)? # optional patchlevel
(?:[_-]RC\d+|[_-]?dev(?:start)?)? # optional RC or dev(start)
(?:(?:[_-]\d+)? # git tag distance