test680 554 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <testcase>
  2. <info>
  3. <keywords>
  4. HTTP
  5. netrc
  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. http
  20. </features>
  21. <name>
  22. netrc with quoted password but missing end quote
  23. </name>
  24. <command>
  25. --netrc --netrc-file log/netrc%TESTNUMBER http://[email protected]/
  26. </command>
  27. <file name="log/netrc%TESTNUMBER" >
  28. machine %HOSTIP login user1 password "with spaces and \"\n\r\t\a
  29. </file>
  30. </client>
  31. #
  32. # Verify data after the test has been "shot"
  33. <verify>
  34. <errorcode>
  35. 26
  36. </errorcode>
  37. </verify>
  38. </testcase>