mirror of
https://github.com/curl/curl.git
synced 2025-09-25 21:46:48 +03:00
runtests.pl: Fixed slightly incorrect regex in commit 28dd47d4d4
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…
Reference in New Issue
Block a user