diff options
Diffstat (limited to 'tests/data/test1407')
-rw-r--r-- | tests/data/test1407 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/data/test1407 b/tests/data/test1407 index 883cf4064..917a5deb7 100644 --- a/tests/data/test1407 +++ b/tests/data/test1407 @@ -69,7 +69,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 @@ -95,12 +94,14 @@ int main(int argc, char *argv[]) </file> <stripfile> # These options vary with configurations - just ignore them +# CURLOPT_INTERLEAVEDATA requires RTSP (HTTP) protocol $_ = '' if /CURLOPT_USERAGENT/ $_ = '' if /CURLOPT_MAXREDIRS/ $_ = '' if /CURLOPT_SSL_VERIFYPEER/ $_ = '' if /CURLOPT_SSH_KNOWNHOSTS/ $_ = '' if /CURLOPT_HTTP_VERSION/ $_ = '' if /CURLOPT_HTTP09_ALLOWED/ +$_ = '' if /CURLOPT_INTERLEAVEDATA/ </stripfile> </verify> </testcase> |