We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8671a4 commit c762297Copy full SHA for c762297
testing/runtests.pl
@@ -81,7 +81,7 @@ sub compare_ok {
81
82
sub chop_volatile {
83
my $line = shift;
84
- $line =~ s/version="\d\.\d.\d+"/version=""/g; # strip version
+ $line =~ s/version="\d\.\d+\.\d+(\.\d+)?"/version=""/g; # strip version
85
$line =~ s/file=".*\/(.*)"/file="$1"/g; # strip location
86
return $line;
87
}
0 commit comments