xref: /curl/tests/data/test1423 (revision e7a021e1)
1<testcase>
2<info>
3<keywords>
4HTTP
5HTTP GET
6</keywords>
7</info>
8
9#
10<reply>
11<data nocheck="yes">
12HTTP/1.1 200 OK
13Date: Tue, 09 Nov 2010 14:49:00 GMT
14Server: test-server/fake
15Content-Length: 0
16Connection: close
17Content-Type: text/html
18
19</data>
20</reply>
21
22#
23# Client-side
24<client>
25<server>
26http
27file
28</server>
29<name>
30HTTP GET -o fname without Content-Disposition (empty file)
31</name>
32<command option="no-output,no-include">
33http://%HOSTIP:%HTTPPORT/%TESTNUMBER -o %LOGDIR/outfile%TESTNUMBER file://%PWD/%LOGDIR/outfile%TESTNUMBER
34</command>
35<postcheck>
36perl %SRCDIR/libtest/notexists.pl %LOGDIR/%TESTNUMBER
37</postcheck>
38</client>
39
40#
41# Verify data after the test has been "shot"
42<verify>
43<protocol>
44GET /%TESTNUMBER HTTP/1.1
45Host: %HOSTIP:%HTTPPORT
46User-Agent: curl/%VERSION
47Accept: */*
48
49</protocol>
50
51<file1 name="%LOGDIR/outfile%TESTNUMBER">
52</file1>
53
54</verify>
55</testcase>
56