diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2007-07-10 22:27:16 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2007-07-10 22:27:16 +0000 |
commit | 19631f5d5f4ccc5a65b441b80c7fa978c2e04883 (patch) | |
tree | 15612805ae7e33b2964cdec40bdfc50d7bf8584c /tests/data/test61 | |
parent | a8d6b40736d17eb1515a72862b9966a4886dd6f7 (diff) | |
download | curl-19631f5d5f4ccc5a65b441b80c7fa978c2e04883.tar.gz |
Force the time zone to GMT in the cookie tests in case the user is
using one of the so-called 'right' time zones that take into account
leap seconds, which causes the tests to fail (as reported by
Daniel Black in bug report #1745964).
Diffstat (limited to 'tests/data/test61')
-rw-r--r-- | tests/data/test61 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/data/test61 b/tests/data/test61 index c776c9f82..93c95d38e 100644 --- a/tests/data/test61 +++ b/tests/data/test61 @@ -35,6 +35,12 @@ http <name> HTTP with various cookies and custom Host: </name> +# Explicitly set the time zone to a known good one, in case the user is +# using one of the 'right' zones that take into account leap seconds +# which causes the cookie expiry times to be different. +<setenv> +TZ=GMT +</setenv> <command> http://%HOSTIP:%HTTPPORT/we/want/61 -c log/jar61.txt -H "Host: www.host.foo.com" </command> |