diff options
author | Heiko Schlittermann (HS12-RIPE) <hs@schlittermann.de> | 2019-02-24 23:39:31 +0100 |
---|---|---|
committer | Heiko Schlittermann (HS12-RIPE) <hs@schlittermann.de> | 2019-02-24 23:40:28 +0100 |
commit | 13d90e907bbf6f9f87b2a8557e641188d9fa9269 (patch) | |
tree | f09da7ba7856375c1d35500fddcc8f9497da4375 /test | |
parent | 2ea74e31a95b19ea49e951cc9405b42d00f0b562 (diff) |
Testsuite: fix version mismatch caused by new version scheme
Diffstat (limited to 'test')
-rwxr-xr-x | test/runtest | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/runtest b/test/runtest index c25c654c9..20bbe28e2 100755 --- a/test/runtest +++ b/test/runtest @@ -2818,7 +2818,6 @@ foreach (@eximinfo) my $git = `git describe --dirty=-XX --match 'exim-4*'`; if (defined $git and $? == 0) { chomp $git; - $version =~ s/^\d+\K\./_/; $git =~ s/^exim-//i; $git =~ s/.*-\Kg([[:xdigit:]]+(?:-XX)?)/$1/; print <<___ |