summaryrefslogtreecommitdiff
path: root/regress-driver
diff options
context:
space:
mode:
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