[exim-cvs] Testsuite: fix version mismatch caused by new ver…

Top Page
Delete this message
Reply to this message
Author: Exim Git Commits Mailing List
Date:  
To: exim-cvs
Subject: [exim-cvs] Testsuite: fix version mismatch caused by new version scheme
Gitweb: https://git.exim.org/exim.git/commitdiff/13d90e907bbf6f9f87b2a8557e641188d9fa9269
Commit:     13d90e907bbf6f9f87b2a8557e641188d9fa9269
Parent:     2ea74e31a95b19ea49e951cc9405b42d00f0b562
Author:     Heiko Schlittermann (HS12-RIPE) <hs@???>
AuthorDate: Sun Feb 24 23:39:31 2019 +0100
Committer:  Heiko Schlittermann (HS12-RIPE) <hs@???>
CommitDate: Sun Feb 24 23:40:28 2019 +0100


    Testsuite: fix version mismatch caused by new version scheme
---
 test/runtest | 1 -
 1 file changed, 1 deletion(-)


diff --git a/test/runtest b/test/runtest
index c25c654..20bbe28 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 <<___