summaryrefslogtreecommitdiffstats
path: root/tests.sh
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2021-12-10 15:14:12 -0500
committerTavian Barnes <tavianator@tavianator.com>2021-12-10 15:58:58 -0500
commitc58217ebdcc3e953572cf580e6ec24ceb8010a3f (patch)
treef356447c88e6e8f21a5c5c6d69e415f7706cc944 /tests.sh
parent23a4c2369ac1007e170eaa3089b60b66392bb114 (diff)
downloadbfs-c58217ebdcc3e953572cf580e6ec24ceb8010a3f.tar.xz
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
Diffstat (limited to 'tests.sh')
-rwxr-xr-xtests.sh2
1 files changed, 1 insertions, 1 deletions
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"