diff options
author | Yang Tse <yangsita@gmail.com> | 2009-05-11 17:21:26 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2009-05-11 17:21:26 +0000 |
commit | e25cff932810dbb46e720d5375dd164fe69201ce (patch) | |
tree | d8361cced7d4b8f68fd893cb68b1722b5da6b973 /tests/data/test555 | |
parent | 36b397be9f851bb153fe47bba0acf86c0a4eecb9 (diff) |
Adjust test definition for TPF.
Diffstat (limited to 'tests/data/test555')
-rw-r--r-- | tests/data/test555 | 2 |
1 files changed, 2 insertions, 0 deletions
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! <strippart> 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) </strippart> <protocol> POST http://test.remote.haxx.se/path/555 HTTP/1.1
|