]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commitdiff
Currently, tests have to run in the CET timezone.
authorPeter Stamfest <peter@stamfest.at>
Wed, 12 Mar 2014 21:15:46 +0000 (22:15 +0100)
committerPeter Stamfest <peter@stamfest.at>
Thu, 13 Mar 2014 20:05:28 +0000 (21:05 +0100)
tests/alltests

index 91c49cac680487db3b1d4978a83d553dc6c29705..18638e2ccc218a1464b2c29abc56b6351a6d13f9 100755 (executable)
@@ -3,6 +3,9 @@
 # fail immediately if any subsequent command fails
 set -e
 
+TZ=CET
+export TZ
+
 RRDTOOL="$1"
 export RRDTOOL