diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2019-12-17 19:04:00 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2019-12-17 19:11:15 +0000 |
commit | f8f40a64d41c4d47b974810320ab257e2eac0cf3 (patch) | |
tree | 1ef29cdd3be4989657a798ce828453aecb78dc37 /test | |
parent | 1c7d8bf5e5eb539549980af1488e3850e113112a (diff) |
Testsuite: account for 4-component version numbers
Diffstat (limited to 'test')
-rwxr-xr-x | test/patchexim | 1 |
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 |