From e25cff932810dbb46e720d5375dd164fe69201ce Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Mon, 11 May 2009 17:21:26 +0000 Subject: Adjust test definition for TPF. --- tests/data/test555 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/data/test555') diff --git a/tests/data/test555 b/tests/data/test555 index 6a7aa1da0..d433569c0 100644 --- a/tests/data/test555 +++ b/tests/data/test555 @@ -99,6 +99,8 @@ http://test.remote.haxx.se/path/555 http://%HOSTIP:%HTTPPORT s1lly:pers0n # the local host name and thus differs on different machines! s/^(Proxy-Authorization: NTLM TlRMTVNTUAADAAAAGAAYAEAAAAAYABgAWAAAAAAAAABwAAAABQAFAHAAAAA).*/$1/ +# remove CR that CURLOPT_TRANSFERTEXT added, when CharConv enabled: +s/^(this is the blurb we want to upload)\r\n/$1\n/ if($has_charconv) POST http://test.remote.haxx.se/path/555 HTTP/1.1 -- cgit v1.2.3