File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / curl / tests / data / test1146
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: --proto-default
    6: </keywords>
    7: </info>
    8: 
    9: <reply>
   10: <data>
   11: foo
   12:    bar
   13: bar
   14:    foo
   15: moo
   16: </data>
   17: </reply>
   18: 
   19: # Client-side
   20: <client>
   21: <server>
   22: file
   23: </server>
   24: <name>
   25: --proto-default file
   26: </name>
   27: <command option="no-include">
   28: --proto-default file %PWD/log/test1146.txt
   29: </command>
   30: <file name="log/test1146.txt">
   31: foo
   32:    bar
   33: bar
   34:    foo
   35: moo
   36: </file>
   37: </client>
   38: 
   39: # Verify data after the test has been "shot"
   40: <verify>
   41: <errorcode>
   42: 0
   43: </errorcode>
   44: </verify>
   45: </testcase>

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