aboutsummaryrefslogtreecommitdiff
path: root/tests/data/test1406
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2013-05-03 18:27:06 +0100
committerSteve Holme <steve_holme@hotmail.com>2013-05-03 18:27:06 +0100
commite2c7e19144f3c128b33087c89409d5bb11585b04 (patch)
tree5a9509b0927390895a6150c91c0f4e0ef52fe24f /tests/data/test1406
parentf5c3d95384522335cb5171a3ac6dfde930d1edc8 (diff)
tests: Corrected infilesize for CRLF line endings
... which was missed in commit: f5c3d9538452
Diffstat (limited to 'tests/data/test1406')
-rw-r--r--tests/data/test14062
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/test1406 b/tests/data/test1406
index ab0f6e48b..664f75029 100644
--- a/tests/data/test1406
+++ b/tests/data/test1406
@@ -70,7 +70,7 @@ int main(int argc, char *argv[])
slist1 = curl_slist_append(slist1, "1406@foobar.example");
hnd = curl_easy_init();
- curl_easy_setopt(hnd, CURLOPT_INFILESIZE_LARGE, (curl_off_t)34);
+ curl_easy_setopt(hnd, CURLOPT_INFILESIZE_LARGE, (curl_off_t)38);
curl_easy_setopt(hnd, CURLOPT_URL, "smtp://%HOSTIP:%SMTPPORT/user");
curl_easy_setopt(hnd, CURLOPT_HEADER, 1L);
curl_easy_setopt(hnd, CURLOPT_UPLOAD, 1L);