mirror of
https://github.com/curl/curl.git
synced 2024-12-15 06:40:09 +08:00
18f1cd7a77
Some feature names used in tests had minor differences compared to the well-known ones from `curl -V`. This patch syncs them to make test results easier to grok. Closes #14183
42 lines
578 B
Plaintext
42 lines
578 B
Plaintext
<testcase>
|
|
<info>
|
|
<keywords>
|
|
warning
|
|
</keywords>
|
|
</info>
|
|
|
|
#
|
|
# Server-side
|
|
<reply>
|
|
</reply>
|
|
|
|
#
|
|
# Client-side
|
|
<client>
|
|
<server>
|
|
none
|
|
</server>
|
|
<features>
|
|
UnixSockets
|
|
</features>
|
|
<name>
|
|
filename argument looks like a flag
|
|
</name>
|
|
<command>
|
|
--stderr %LOGDIR/moo%TESTNUMBER --unix-socket -k hej://moo
|
|
</command>
|
|
</client>
|
|
|
|
<verify>
|
|
<file name="%LOGDIR/moo%TESTNUMBER" mode="text">
|
|
Warning: The filename argument '-k' looks like a flag.
|
|
curl: (1) Protocol "hej" not supported
|
|
</file>
|
|
|
|
# we expect an error since we provide a weird URL
|
|
<errorcode>
|
|
1
|
|
</errorcode>
|
|
</verify>
|
|
</testcase>
|