test333 440 B

1234567891011121314151617181920212223242526272829303132333435
  1. <testcase>
  2. <info>
  3. <keywords>
  4. command-line
  5. </keywords>
  6. </info>
  7. #
  8. # Server-side
  9. <reply>
  10. </reply>
  11. #
  12. # Client-side
  13. <client>
  14. <server>
  15. none
  16. </server>
  17. <name>
  18. Try a non-boolean command line option with --no-
  19. </name>
  20. <command>
  21. --no-proxy "hey" http://%HOSTIP:%NOLISTENPORT/%TESTNUMBER
  22. </command>
  23. </client>
  24. #
  25. # Verify data after the test has been "shot"
  26. <verify>
  27. # detected the bad --no- prefix
  28. <errorcode>
  29. 2
  30. </errorcode>
  31. </verify>
  32. </testcase>