From 19631f5d5f4ccc5a65b441b80c7fa978c2e04883 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Tue, 10 Jul 2007 22:27:16 +0000 Subject: 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). --- tests/data/test506 | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tests/data/test506') diff --git a/tests/data/test506 b/tests/data/test506 index 65a2758d5..89860c318 100644 --- a/tests/data/test506 +++ b/tests/data/test506 @@ -47,6 +47,12 @@ http HTTP with shared cookie list (and dns cache) +# 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. + +TZ=GMT + lib506 -- cgit v1.2.3