File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / curl / tests / data / test1268
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Jun 3 10:01:16 2020 UTC (4 years, 7 months ago) by misho
Branches: curl, MAIN
CVS tags: v7_70_0p4, HEAD
curl

<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/moo1268 --unix-socket -k hej://moo
</command>
</client>

<verify>
<file name="log/moo1268" 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>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>