test1464 649 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <testcase>
  2. <info>
  3. <keywords>
  4. FILE
  5. --help
  6. </keywords>
  7. </info>
  8. #
  9. # Server-side
  10. <reply>
  11. </reply>
  12. #
  13. # Client-side
  14. <client>
  15. <server>
  16. none
  17. </server>
  18. <features>
  19. file
  20. </features>
  21. <name>
  22. curl file category --help with lower/upper mix
  23. </name>
  24. <command>
  25. --help fIlE
  26. </command>
  27. </client>
  28. #
  29. # Verify data after the test has been "shot"
  30. <verify>
  31. <errorcode>
  32. 0
  33. </errorcode>
  34. <stdout mode="text">
  35. Usage: curl [options...] <url>
  36. file: FILE protocol options
  37. --create-file-mode <mode> File mode (octal) for created files
  38. -I, --head Show document info only
  39. -r, --range <range> Retrieve only the bytes within RANGE
  40. </stdout>
  41. </verify>
  42. </testcase>