test205 484 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. <testcase>
  2. <info>
  3. <keywords>
  4. FILE
  5. FAILURE
  6. </keywords>
  7. </info>
  8. # no Server-side
  9. # Client-side
  10. <client>
  11. <server>
  12. file
  13. </server>
  14. <name>
  15. "upload" with file://
  16. </name>
  17. <command option="no-include">
  18. file://localhost/%PWD/log/nonexisting/result205.txt -T log/upload205.txt
  19. </command>
  20. <file name="log/upload205.txt">
  21. data
  22. in
  23. file
  24. to
  25. write
  26. </file>
  27. </client>
  28. # Verify data after the test has been "shot"
  29. <verify>
  30. # 23 => CURLE_WRITE_ERROR
  31. <errorcode>
  32. 23
  33. </errorcode>
  34. </verify>
  35. </testcase>