mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-13 15:44:36 +00:00
Update libcurl
This commit is contained in:
parent
20eb0a911a
commit
01a719ee58
3439 changed files with 529259 additions and 41492 deletions
41
Engine/lib/curl/tests/data/test1268
Normal file
41
Engine/lib/curl/tests/data/test1268
Normal file
|
|
@ -0,0 +1,41 @@
|
|||
<testcase>
|
||||
<info>
|
||||
<keywords>
|
||||
warning
|
||||
</keywords>
|
||||
</info>
|
||||
|
||||
#
|
||||
# Server-side
|
||||
<reply>
|
||||
</reply>
|
||||
|
||||
#
|
||||
# Client-side
|
||||
<client>
|
||||
<server>
|
||||
none
|
||||
</server>
|
||||
<features>
|
||||
unix-sockets
|
||||
</features>
|
||||
<name>
|
||||
file name argument looks like a flag
|
||||
</name>
|
||||
<command>
|
||||
--stderr log/moo%TESTNUMBER --unix-socket -k hej://moo
|
||||
</command>
|
||||
</client>
|
||||
|
||||
<verify>
|
||||
<file name="log/moo%TESTNUMBER" mode="text">
|
||||
Warning: The file name argument '-k' looks like a flag.
|
||||
curl: (1) Protocol "hej" not supported or disabled in libcurl
|
||||
</file>
|
||||
|
||||
# we expect an error since we provide a weird URL
|
||||
<errorcode>
|
||||
1
|
||||
</errorcode>
|
||||
</verify>
|
||||
</testcase>
|
||||
Loading…
Add table
Add a link
Reference in a new issue