File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / curl / tests / data / test202
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Jun 3 10:01:16 2020 UTC (5 years ago) by misho
Branches: curl, MAIN
CVS tags: v7_70_0p4, HEAD
curl

    1: <testcase>
    2: <info>
    3: <keywords>
    4: FILE
    5: </keywords>
    6: </info>
    7: 
    8: # Server-side
    9: <reply>
   10: <data>
   11: </data>
   12: </reply>
   13: 
   14: # Client-side
   15: <client>
   16: <server>
   17: file
   18: </server>
   19:  <name>
   20: two file:// URLs to stdout
   21:  </name>
   22: <command option="no-include">
   23: file://localhost%FILE_PWD/log/test202.txt FILE://localhost%FILE_PWD/log/test202.txt
   24: </command>
   25: <file name="log/test202.txt">
   26: contents in a single file
   27: </file>
   28: </client>
   29: 
   30: # Verify data after the test has been "shot"
   31: <verify>
   32: <stdout>
   33: contents in a single file
   34: contents in a single file
   35: </stdout>
   36: </verify>
   37: </testcase>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>