summaryrefslogtreecommitdiffstats
path: root/testing/runtests.pl
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2015-01-04 10:46:46 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2015-01-04 12:57:44 (GMT)
commitc7622971ee485279e8da7634207340ce18b69aaa (patch)
tree7bbc5c4100d9ca80450cdccd7406a692fb013026 /testing/runtests.pl
parentf8671a4520350fe38f986fdd199c2344452e7a01 (diff)
downloadDoxygen-c7622971ee485279e8da7634207340ce18b69aaa.zip
Doxygen-c7622971ee485279e8da7634207340ce18b69aaa.tar.gz
Doxygen-c7622971ee485279e8da7634207340ce18b69aaa.tar.bz2
Adjust test script for longer version number
Diffstat (limited to 'testing/runtests.pl')
-rwxr-xr-xtesting/runtests.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/runtests.pl b/testing/runtests.pl
index 6b705aa..30fe969 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;
}