mirror of
https://github.com/curl/curl.git
synced 2025-01-24 14:15:18 +08:00
c074ba64a8
Based on the standards and guidelines we use for our documentation. - expand contractions (they're => they are etc) - host name = > hostname - file name => filename - user name = username - man page => manpage - run-time => runtime - set-up => setup - back-end => backend - a HTTP => an HTTP - Two spaces after a period => one space after period Closes #14073
42 lines
579 B
Plaintext
42 lines
579 B
Plaintext
<testcase>
|
|
<info>
|
|
<keywords>
|
|
warning
|
|
</keywords>
|
|
</info>
|
|
|
|
#
|
|
# Server-side
|
|
<reply>
|
|
</reply>
|
|
|
|
#
|
|
# Client-side
|
|
<client>
|
|
<server>
|
|
none
|
|
</server>
|
|
<features>
|
|
unix-sockets
|
|
</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>
|