summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorHeiko Schlittermann (HS12-RIPE) <hs@schlittermann.de>2019-02-24 23:39:31 +0100
committerHeiko Schlittermann (HS12-RIPE) <hs@schlittermann.de>2019-02-24 23:40:28 +0100
commit13d90e907bbf6f9f87b2a8557e641188d9fa9269 (patch)
treef09da7ba7856375c1d35500fddcc8f9497da4375 /test
parent2ea74e31a95b19ea49e951cc9405b42d00f0b562 (diff)
Testsuite: fix version mismatch caused by new version scheme
Diffstat (limited to 'test')
-rwxr-xr-xtest/runtest1
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 <<___