aboutsummaryrefslogtreecommitdiff
path: root/tests/data/test71
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-10-01 06:36:11 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-10-01 06:36:11 +0000
commit8e87223195bba350f7fab9575a3ea3de85a49166 (patch)
tree17277913163f4bb1b99a70d88ebc1a25f8415f47 /tests/data/test71
parentbe1cece69b2bc7b73c07166ec5e164fabdac1c95 (diff)
- Based on Fedor Karpelevitch's formpost path basename patch, file parts in
formposts no longer include the path part. If you _really_ want them, you must provide your preferred full file name with CURLFORM_FILENAME. Added detection for libgen.h and basename() to configure. My custom basename() replacement function for systems without it, might be a bit too naive... Updated 6 test cases to make them work with the stripped paths.
Diffstat (limited to 'tests/data/test71')
-rw-r--r--tests/data/test714
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/data/test71 b/tests/data/test71
index 5619d5e88..e18917b95 100644
--- a/tests/data/test71
+++ b/tests/data/test71
@@ -45,7 +45,7 @@ User-Agent: curl/7.10.4 (i686-pc-linux-gnu) libcurl/7.10.4 OpenSSL/0.9.7a ipv6 z
Host: 127.0.0.1:%HTTPPORT
Pragma: no-cache
Accept: */*
-Content-Length: 412
+Content-Length: 408
Expect: 100-continue
Content-Type: multipart/form-data; boundary=----------------------------9ef8d6205763
@@ -58,7 +58,7 @@ Content-Disposition: form-data; name="tool"
curl
------------------------------9ef8d6205763
-Content-Disposition: form-data; name="file"; filename="log/test71.txt"
+Content-Disposition: form-data; name="file"; filename="test71.txt"
Content-Type: text/plain
foo-