summaryrefslogtreecommitdiff
path: root/regress-driver
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2012-10-24 09:38:29 -0400
committerEric S. Raymond <esr@thyrsus.com>2012-10-24 09:38:29 -0400
commit82991fa602cd228190ff491a38d8ab1b8dd4a0d1 (patch)
treeef254930d029845947f41301458c2cff1b42ab53 /regress-driver
parent1fdfcbbcf45f0dd32f4eeba459683b6cefa7de58 (diff)
downloadgpsd-82991fa602cd228190ff491a38d8ab1b8dd4a0d1.tar.gz
Address Savannah bug #35377: Regression tests failed with 'right' TZ.
Diffstat (limited to 'regress-driver')
-rwxr-xr-xregress-driver4
1 files changed, 4 insertions, 0 deletions
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