mirror of
https://github.com/curl/curl.git
synced 2024-12-15 06:40:09 +08:00
f6cb707b6a
Before this patch not all tests used `%FILE_PWD` with the `file://` protocol. Keep `%PWD` for test1145, to keep it fail on Windows like the test expects. Cherry-picked from #14949 Closes #15090
56 lines
852 B
Plaintext
56 lines
852 B
Plaintext
<testcase>
|
|
<info>
|
|
<keywords>
|
|
HTTP
|
|
HTTP GET
|
|
</keywords>
|
|
</info>
|
|
|
|
#
|
|
<reply>
|
|
<data nocheck="yes">
|
|
HTTP/1.1 200 OK
|
|
Date: Tue, 09 Nov 2010 14:49:00 GMT
|
|
Server: test-server/fake
|
|
Content-Length: 0
|
|
Connection: close
|
|
Content-Type: text/html
|
|
|
|
</data>
|
|
</reply>
|
|
|
|
#
|
|
# Client-side
|
|
<client>
|
|
<server>
|
|
http
|
|
file
|
|
</server>
|
|
<name>
|
|
HTTP GET -o fname without Content-Disposition (empty file)
|
|
</name>
|
|
<command option="no-output,no-include">
|
|
http://%HOSTIP:%HTTPPORT/%TESTNUMBER -o %LOGDIR/outfile%TESTNUMBER file://%FILE_PWD/%LOGDIR/outfile%TESTNUMBER
|
|
</command>
|
|
</client>
|
|
|
|
#
|
|
# Verify data after the test has been "shot"
|
|
<verify>
|
|
<protocol>
|
|
GET /%TESTNUMBER HTTP/1.1
|
|
Host: %HOSTIP:%HTTPPORT
|
|
User-Agent: curl/%VERSION
|
|
Accept: */*
|
|
|
|
</protocol>
|
|
|
|
<file1 name="%LOGDIR/outfile%TESTNUMBER">
|
|
</file1>
|
|
|
|
<notexists>
|
|
%LOGDIR/%TESTNUMBER
|
|
</notexists>
|
|
</verify>
|
|
</testcase>
|