tests: delete CharConv remains

Closes #14100
This commit is contained in:
Viktor Szakats 2024-07-04 13:12:23 +02:00
parent b5d565faa8
commit 2583d11f22
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
3 changed files with 1 additions and 7 deletions

View file

@ -46,7 +46,7 @@ $curl_protocols =~ /\w+: (.*)$/;
@curl = split / /,$1;
# These features are not supported by curl-config
@curl = grep(!/^(Debug|TrackMemory|CharConv)$/i, @curl);
@curl = grep(!/^(Debug|TrackMemory)$/i, @curl);
@curl = sort @curl;
# Read the output of curl-config