From: Viktor Szakats Date: Thu, 4 Jul 2024 11:12:23 +0000 (+0200) Subject: tests: delete `CharConv` remains X-Git-Tag: curl-8_9_0~119 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2583d11f22bb620a01f609fe130fd27163ed1090;p=thirdparty%2Fcurl.git tests: delete `CharConv` remains Closes #14100 --- diff --git a/tests/data/test508 b/tests/data/test508 index 06cdba75f5..cc1932a35f 100644 --- a/tests/data/test508 +++ b/tests/data/test508 @@ -41,10 +41,6 @@ http://%HOSTIP:%HTTPPORT/%TESTNUMBER # # Verify data after the test has been "shot" - -# remove CR that CURLOPT_TRANSFERTEXT added, when CharConv enabled: -s/^(this is what we post to the silly web server)\r\n/$1\n/ if($has_charconv) - POST /%TESTNUMBER HTTP/1.1 Host: %HOSTIP:%HTTPPORT diff --git a/tests/libtest/test1013.pl b/tests/libtest/test1013.pl index aec7fb9020..34e2cc56fc 100755 --- a/tests/libtest/test1013.pl +++ b/tests/libtest/test1013.pl @@ -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 diff --git a/tests/runtests.pl b/tests/runtests.pl index 732ebae894..059c840579 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -649,8 +649,6 @@ sub checksystemfeatures { $feature{"Kerberos"} = $feat =~ /Kerberos/i; # SPNEGO enabled $feature{"SPNEGO"} = $feat =~ /SPNEGO/i; - # CharConv enabled - $feature{"CharConv"} = $feat =~ /CharConv/i; # TLS-SRP enabled $feature{"TLS-SRP"} = $feat =~ /TLS-SRP/i; # PSL enabled