From c7622971ee485279e8da7634207340ce18b69aaa Mon Sep 17 00:00:00 2001 From: Dimitri van Heesch Date: Sun, 4 Jan 2015 11:46:46 +0100 Subject: [PATCH] Adjust test script for longer version number --- testing/runtests.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/runtests.pl b/testing/runtests.pl index 6b705aa32cf..30fe969bc5b 100755 --- a/testing/runtests.pl +++ b/testing/runtests.pl @@ -81,7 +81,7 @@ sub compare_ok { sub chop_volatile { my $line = shift; - $line =~ s/version="\d\.\d.\d+"/version=""/g; # strip version + $line =~ s/version="\d\.\d+\.\d+(\.\d+)?"/version=""/g; # strip version $line =~ s/file=".*\/(.*)"/file="$1"/g; # strip location return $line; }