diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2021-12-10 15:14:12 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2021-12-10 15:58:58 -0500 |
commit | c58217ebdcc3e953572cf580e6ec24ceb8010a3f (patch) | |
tree | f356447c88e6e8f21a5c5c6d69e415f7706cc944 /tests.sh | |
parent | 23a4c2369ac1007e170eaa3089b60b66392bb114 (diff) | |
download | bfs-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-x | tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |