mirror of
https://github.com/curl/curl.git
synced 2026-07-07 07:47:16 +03:00
runtests.pl: Fixed slightly incorrect regex in commit 28dd47d4d4
This commit is contained in:
parent
4e1ece2e44
commit
5107d66b2e
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue