~ubuntu-branches/ubuntu/hardy/curl/hardy-updates

« back to all changes in this revision

Viewing changes to tests/data/test61

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2007-12-04 01:09:30 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20071204010930-he4zlo7f3qdaz3qz
Tags: 7.17.1-1ubuntu1
* Merge with Debian; remaining changes:
  - Drop the stunnel build dependency.
* Drop the build-dependency on libdb4.5-dev, add build-dependency on
  openssh-server.

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
 <name>
36
36
HTTP with various cookies and custom Host:
37
37
 </name>
 
38
# Explicitly set the time zone to a known good one, in case the user is
 
39
# using one of the 'right' zones that take into account leap seconds
 
40
# which causes the cookie expiry times to be different.
 
41
<setenv>
 
42
TZ=GMT
 
43
</setenv>
38
44
 <command>
39
45
http://%HOSTIP:%HTTPPORT/we/want/61 -c log/jar61.txt -H "Host: www.host.foo.com"
40
46
</command>