test2072 618 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <testcase>
  2. <info>
  3. <keywords>
  4. FILE
  5. </keywords>
  6. </info>
  7. <reply>
  8. <data>
  9. foo
  10. bar
  11. bar
  12. foo
  13. moo
  14. </data>
  15. </reply>
  16. # Client-side
  17. <client>
  18. <server>
  19. file
  20. </server>
  21. <name>
  22. file:// with unix path resolution behavior for the case of extra slashes
  23. </name>
  24. <command option="no-include">
  25. file:////%PWD/log/test2072.txt
  26. </command>
  27. <precheck>
  28. perl -e "print 'Test requires a unix system' if ( $^O eq 'MSWin32' || $^O eq 'cygwin' || $^O eq 'dos' || $^O eq 'msys');"
  29. </precheck>
  30. <file name="log/test2072.txt">
  31. foo
  32. bar
  33. bar
  34. foo
  35. moo
  36. </file>
  37. </client>
  38. # Verify data after the test has been "shot"
  39. <verify>
  40. </verify>
  41. </testcase>