test375 442 B

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