diff --git a/tests/runtests.pl b/tests/runtests.pl index 51082196d0cd44ba2e7723d0a40eb2b51ebfd837..f6a228c7f0e002e9c6306ab5c6688b2b5633f6da 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;