blob: aefc8e4ac880db42473fdfeaec9f62faddc639e6 [file] [log] [blame]
<testcase>
<info>
<keywords>
CURL_DISABLE_PROXY
</keywords>
</info>
<client>
<features>
!proxy
</features>
<server>
none
</server>
<name>
Disabled proxy should make curl fail with --proxy
</name>
<command>
-x wohoo http://example.com/
</command>
</client>
#
# Verify data after the test has been "shot"
<verify>
<stderr mode="text">
curl: proxy support is disabled in this libcurl
</stderr>
<errorcode>
4
</errorcode>
</verify>
</testcase>