mirror of
https://github.com/moparisthebest/curl
synced 2024-11-16 14:35:03 -05:00
tests: make test 1420 and 1406 work with rtsp-disabled libcurl
Closes #3948
This commit is contained in:
parent
319ae9075e
commit
1b260757b8
@ -89,7 +89,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
|
||||
@ -117,12 +116,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>
|
||||
|
@ -75,7 +75,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
|
||||
@ -101,11 +100,13 @@ 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_INTERLEAVEDATA/
|
||||
</stripfile>
|
||||
</verify>
|
||||
</testcase>
|
||||
|
Loading…
Reference in New Issue
Block a user