curl/tests/data/test1443

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

59 lines
1009 B
Plaintext
Raw Permalink Normal View History

2017-04-27 22:29:06 +02:00
<testcase>
<info>
<keywords>
HTTP
HTTP GET
-O
--remote-time
</keywords>
</info>
#
<reply>
<data nocheck="yes">
HTTP/1.1 200 OK
Date: Tue, 09 Nov 2010 14:49:00 GMT
2017-04-27 22:29:06 +02:00
Server: test-server/fake
Last-Modified: Tue, 13 Jun 2000 12:10:00 GMT
Content-Length: 6
Connection: close
12345
</data>
</reply>
#
# Client-side
<client>
<server>
http
</server>
<name>
HTTP GET with -O and --remote-time
</name>
<command option="no-output,no-include">
http://%HOSTIP:%HTTPPORT/%TESTNUMBER -O --remote-time --output-dir %LOGDIR
2017-04-27 22:29:06 +02:00
</command>
# Verify the mtime of the file. The mtime is specifically chosen to be an even
# number so that it can be represented exactly on a FAT filesystem.
</client>
#
# Verify data after the test has been "shot"
<verify>
<protocol>
GET /%TESTNUMBER HTTP/1.1
2017-04-27 22:29:06 +02:00
Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
2017-04-27 22:29:06 +02:00
Accept: */*
</protocol>
<file name="%LOGDIR/%TESTNUMBER">
2017-04-27 22:29:06 +02:00
12345
</file>
<postcheck>
%PERL -e 'exit((stat("%LOGDIR/%TESTNUMBER"))[9] != 960898200)'
</postcheck>
2017-04-27 22:29:06 +02:00
</verify>
</testcase>