From 2583d11f22bb620a01f609fe130fd27163ed1090 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Thu, 4 Jul 2024 13:12:23 +0200 Subject: [PATCH] tests: delete `CharConv` remains Closes #14100 --- tests/data/test508 | 4 ---- tests/libtest/test1013.pl | 2 +- tests/runtests.pl | 2 -- 3 files changed, 1 insertion(+), 7 deletions(-) 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