etlegacy-libs/curl/tests/data/test288

49 lines
578 B
Text
Raw Normal View History

2012-06-01 15:23:17 +00:00
<testcase>
2016-09-16 04:29:17 +00:00
<info>
<keywords>
FILE
</keywords>
</info>
2012-06-01 15:23:17 +00:00
# Server-side
<reply>
<data>
foo
bar
bar
foo
moo
</data>
</reply>
# Client-side
<client>
<server>
none
</server>
<features>
file
</features>
<name>
file:// with (unsupported) proxy, authentication and range
</name>
<setenv>
all_proxy=http://fake:user@%HOSTIP:%HTTPPORT/
</setenv>
2019-01-03 15:09:10 +00:00
<command option="no-include">
2019-12-20 11:07:02 +00:00
file://localhost%FILE_PWD/log/test288.txt
2012-06-01 15:23:17 +00:00
</command>
<file name="log/test288.txt">
foo
bar
bar
foo
moo
</file>
</client>
# Verify data after the test has been "shot"
<verify>
</verify>
</testcase>