runtests.pl: Fixed slightly incorrect regex in commit 28dd47d4d4
This commit is contained in:
@@ -2751,7 +2751,7 @@ sub singletest {
|
|||||||
my $f = $_;
|
my $f = $_;
|
||||||
$f =~ s/\s//g;
|
$f =~ s/\s//g;
|
||||||
|
|
||||||
if($f =~ /^[^!](.*)$/) {
|
if($f =~ /^([^!].*)$/) {
|
||||||
# Store the feature for later
|
# Store the feature for later
|
||||||
$feature{$1} = $1;
|
$feature{$1} = $1;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user