diff options
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/runtests.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runtests.pl b/tests/runtests.pl index 51082196d..f6a228c7f 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -2751,7 +2751,7 @@ sub singletest { my $f = $_; $f =~ s/\s//g; - if($f =~ /^[^!](.*)$/) { + if($f =~ /^([^!].*)$/) { # Store the feature for later $feature{$1} = $1; |