diff options
Diffstat (limited to 'tests/data/test508')
-rw-r--r-- | tests/data/test508 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/data/test508 b/tests/data/test508 index c4e8d3d38..5cd4b8c34 100644 --- a/tests/data/test508 +++ b/tests/data/test508 @@ -34,6 +34,10 @@ http://%HOSTIP:%HTTPPORT/508 # # 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 /508 HTTP/1.1
Host: %HOSTIP:%HTTPPORT
|