diff options
Diffstat (limited to 'tests/libtest/lib643.c')
-rw-r--r-- | tests/libtest/lib643.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/libtest/lib643.c b/tests/libtest/lib643.c index 5af0f4a14..08c0f2e80 100644 --- a/tests/libtest/lib643.c +++ b/tests/libtest/lib643.c @@ -26,9 +26,11 @@ static char data[]= #ifdef CURL_DOES_CONVERSIONS /* ASCII representation with escape sequences for non-ASCII platforms */ - "\x64\x75\x6d\x6d\x79\x0a"; + "\x74\x68\x69\x73\x20\x69\x73\x20\x77\x68\x61\x74\x20\x77\x65\x20\x70" + "\x6f\x73\x74\x20\x74\x6f\x20\x74\x68\x65\x20\x73\x69\x6c\x6c\x79\x20" + "\x77\x65\x62\x20\x73\x65\x72\x76\x65\x72\x0a"; #else - "dummy\n"; + "this is what we post to the silly web server\n"; #endif struct WriteThis { |