From c58217ebdcc3e953572cf580e6ec24ceb8010a3f Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Fri, 10 Dec 2021 15:14:12 -0500 Subject: tests: Set TZ to a real timezone POSIX states that the offset is not optional in the TZ environment variable. Link: https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap08.html --- tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests.sh') diff --git a/tests.sh b/tests.sh index c488aec..f94a255 100755 --- a/tests.sh +++ b/tests.sh @@ -21,7 +21,7 @@ set -o physical umask 022 export LC_ALL=C -export TZ=UTC +export TZ=UTC0 export ASAN_OPTIONS="abort_on_error=1" export LSAN_OPTIONS="abort_on_error=1" -- cgit v1.2.3