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).
This commit is contained in:
@@ -34,6 +34,12 @@ http
|
||||
<name>
|
||||
HTTP, get cookies and store in cookie jar
|
||||
</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 from what we expect.
|
||||
<setenv>
|
||||
TZ=GMT
|
||||
</setenv>
|
||||
<command>
|
||||
%HOSTIP:%HTTPPORT/want/46 -c log/jar46 -b log/injar46
|
||||
</command>
|
||||
|
||||
Reference in New Issue
Block a user