aboutsummaryrefslogtreecommitdiff
path: root/tests/data/test1401
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2019-05-14 10:03:54 +0200
committerDaniel Stenberg <daniel@haxx.se>2019-05-18 16:14:10 +0200
commit697b1f911b6fee51ff2b271a292488fd7f9cdcda (patch)
tree92c60566de44f5cf4275e941b538ac5917b0d4cd /tests/data/test1401
parente91e48161235272ff485ff32bd048c53af731f43 (diff)
curl: make code work with protocol-disabled libcurl
Closes #3844
Diffstat (limited to 'tests/data/test1401')
-rw-r--r--tests/data/test14012
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/test1401 b/tests/data/test1401
index d7033e0b5..647f036f4 100644
--- a/tests/data/test1401
+++ b/tests/data/test1401
@@ -61,6 +61,7 @@ X-Men: cyclops, iceman
$_ = '' if /CURLOPT_SSL_VERIFYPEER/
$_ = '' if /CURLOPT_SSH_KNOWNHOSTS/
$_ = '' if /CURLOPT_HTTP_VERSION/
+$_ = '' if /CURLOPT_INTERLEAVEDATA/
</stripfile>
<file name="log/test1401.c" mode="text">
/********* Sample code generated by the curl command line tool **********
@@ -100,7 +101,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