File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / curl / tests / data / test231
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: # 16 bytes to check
   11: <datacheck>
   12: B01234567
   13: C01234567
   14: </datacheck>
   15: </reply>
   16: 
   17: # Client-side
   18: <client>
   19: <server>
   20: file
   21: </server>
   22:  <name>
   23: file:// with resume
   24:  </name>
   25: <command option="no-include">
   26: file://localhost%FILE_PWD/log/test231.txt -C 10
   27: </command>
   28: <file name="log/test231.txt">
   29: A01234567
   30: B01234567
   31: C01234567
   32: </file>
   33: </client>
   34: 
   35: # Verify data after the test has been "shot"
   36: <verify>
   37: </verify>
   38: </testcase>

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