]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
tests: delete `CharConv` remains
authorViktor Szakats <commit@vsz.me>
Thu, 4 Jul 2024 11:12:23 +0000 (13:12 +0200)
committerViktor Szakats <commit@vsz.me>
Thu, 4 Jul 2024 16:12:40 +0000 (18:12 +0200)
Closes #14100

tests/data/test508
tests/libtest/test1013.pl
tests/runtests.pl

index 06cdba75f5d6b8a833f7095ff9a5883800bf0189..cc1932a35f65a42b8e81f090805a4742d32b47a3 100644 (file)
@@ -41,10 +41,6 @@ http://%HOSTIP:%HTTPPORT/%TESTNUMBER
 #
 # Verify data after the test has been "shot"
 <verify>
-<strippart>
-# 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)
-</strippart>
 <protocol>
 POST /%TESTNUMBER HTTP/1.1\r
 Host: %HOSTIP:%HTTPPORT\r
index aec7fb9020fbffdf2ccf97434f21a2b9cbcd1f84..34e2cc56fc9cd2b12cdef42e136d5fa02645f41a 100755 (executable)
@@ -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
index 732ebae894d77cfafd1416a8e9525db16453a8e2..059c8405799ed4109f1df8bc791e39bfbb006d20 100755 (executable)
@@ -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