aboutsummaryrefslogtreecommitdiff
path: root/tests/data/test1403
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2017-12-08 16:07:01 +0100
committerDaniel Stenberg <daniel@haxx.se>2017-12-08 23:40:54 +0100
commit9ffad8eb1329bb35c8988115ac7ed85cf91ef955 (patch)
treeeb760c23fde720333d652e46cffdf317d4bcf62d /tests/data/test1403
parent912324024b3be13ef9c3eedfc437a9fcb7961228 (diff)
curl: don't set CURLOPT_INTERLEAVEDATA
That data is only ever used by the CURLOPT_INTERLEAVEFUNCTION callback and that option isn't set or used by the curl tool! Updates the 9 tests that verify --libcurl Closes #2167
Diffstat (limited to 'tests/data/test1403')
-rw-r--r--tests/data/test14031
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/data/test1403 b/tests/data/test1403
index b08728314..c7b8896a8 100644
--- a/tests/data/test1403
+++ b/tests/data/test1403
@@ -83,7 +83,6 @@ int main(int argc, char *argv[])
them yourself.
CURLOPT_WRITEDATA set to a objectpointer
- CURLOPT_INTERLEAVEDATA set to a objectpointer
CURLOPT_WRITEFUNCTION set to a functionpointer
CURLOPT_READDATA set to a objectpointer
CURLOPT_READFUNCTION set to a functionpointer