From 82991fa602cd228190ff491a38d8ab1b8dd4a0d1 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 24 Oct 2012 09:38:29 -0400 Subject: Address Savannah bug #35377: Regression tests failed with 'right' TZ. --- regress-driver | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'regress-driver') diff --git a/regress-driver b/regress-driver index f6bcfc02..823a7270 100755 --- a/regress-driver +++ b/regress-driver @@ -96,6 +96,10 @@ then opts="$opts -b" fi +# GPS tests can spuriously fail on Linuxes that set the so-called "right" +# timezones with leap-second offset baked it. +TZ=/usr/share/zoneinfo/UTC + case $mode in regress) echo "Testing the $testing..." >&2 -- cgit v1.2.1