diff options
Diffstat (limited to 'tests/data/test517')
-rw-r--r-- | tests/data/test517 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/data/test517 b/tests/data/test517 index 8673139ce..bd9d77b29 100644 --- a/tests/data/test517 +++ b/tests/data/test517 @@ -17,6 +17,12 @@ lib517 <name> curl_getdate() testing </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> nothing </command> |