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