File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / curl / tests / data / test1016
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: Range
    6: </keywords>
    7: </info>
    8: 
    9: <reply>
   10: <data>
   11: </data>
   12: </reply>
   13: 
   14: # Client-side
   15: <client>
   16: <server>
   17: none
   18: </server>
   19: <features>
   20: file
   21: </features>
   22:  <name>
   23: X-Y range on a file:// URL to stdout
   24:  </name>
   25: <command option="no-include">
   26: -r 1-4 file://localhost%FILE_PWD/log/test1016.txt 
   27: </command>
   28: <file name="log/test1016.txt">
   29: 1234567890
   30: </file>
   31: </client>
   32: 
   33: # Verify data after the test has been "shot"
   34: <verify>
   35: <stdout nonewline="yes">
   36: 2345
   37: </stdout>
   38: </verify>
   39: </testcase>

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