From: Peter Stamfest Date: Wed, 12 Mar 2014 21:15:46 +0000 (+0100) Subject: Currently, tests have to run in the CET timezone. X-Git-Tag: v1.5.0-rc1~117^2~2^2~19^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fbe8e1eb64cccc9351ed3de3e205111198f79c60;p=thirdparty%2Frrdtool-1.x.git Currently, tests have to run in the CET timezone. --- diff --git a/tests/alltests b/tests/alltests index 91c49cac..18638e2c 100755 --- a/tests/alltests +++ b/tests/alltests @@ -3,6 +3,9 @@ # fail immediately if any subsequent command fails set -e +TZ=CET +export TZ + RRDTOOL="$1" export RRDTOOL