diff options
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> |