1<testcase> 2<info> 3<keywords> 4CURL_DISABLE_PROXY 5</keywords> 6</info> 7 8<client> 9<features> 10!proxy 11</features> 12<server> 13none 14</server> 15<name> 16Disabled proxy should make curl fail with --proxy 17</name> 18<command> 19-x wohoo http://example.com/ 20</command> 21</client> 22 23# 24# Verify data after the test has been "shot" 25<verify> 26<stderr mode="text"> 27curl: proxy support is disabled in this libcurl 28</stderr> 29<errorcode> 304 31</errorcode> 32</verify> 33</testcase> 34