diff options
author | Daniel Stenberg <daniel@haxx.se> | 2011-12-16 11:43:25 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2011-12-16 11:43:25 +0100 |
commit | 7b8590d1f5bc332ad49300c698a7992939eb05a9 (patch) | |
tree | 121fd4fae3ac573dfb3ed0c3f34bb19c438d0670 /tests/data | |
parent | 9b185aac43f0fff9d1523acf41a2318ab91d0d13 (diff) | |
download | curl-7b8590d1f5bc332ad49300c698a7992939eb05a9.tar.gz |
curl -F: fix multiple file upload with custom type
Test case 1315 was added to verify this functionality. When passing in
multiple files to a single -F, the parser would get all confused if one
of the specified files had a custom type= assigned.
Reported by: Colin Hogben
Diffstat (limited to 'tests/data')
-rw-r--r-- | tests/data/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/Makefile.am b/tests/data/Makefile.am index 93faca212..5bb3725d8 100644 --- a/tests/data/Makefile.am +++ b/tests/data/Makefile.am @@ -81,7 +81,7 @@ test1208 test1209 test1210 test1211 \ test1220 \ test1300 test1301 test1302 test1303 test1304 test1305 \ test1306 test1307 test1308 test1309 test1310 test1311 test1312 test1313 \ -test1314 \ +test1314 test1315 \ test2000 test2001 test2002 test2003 test2004 EXTRA_DIST = $(TESTCASES) DISABLED |