summaryrefslogtreecommitdiffstats
path: root/testing/runtests.pl
diff options
context:
space:
mode:
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 30fe969..0e1938d 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+(\.\d+)?"/version=""/g; # strip version
+ $line =~ s/version="\d\.\d+\.\d+(\.\d+)?(\-\d+)?"/version=""/g; # strip version
$line =~ s/file=".*\/(.*)"/file="$1"/g; # strip location
return $line;
}