diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-01-02 15:08:05 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-01-02 15:08:05 (EST) |
commit | 2d4bc5e8e133f8f353562f01618646cf8e2649e1 (patch) | |
tree | 848bdee709966543af83137b50bacb70fe76a457 /tests/exe | |
parent | 8849a5a9c038cd707b68b0aecbcaa05a4ab594b4 (diff) |
ob-buildenv: Set TZ='UTC0'
Diffstat (limited to 'tests/exe')
-rwxr-xr-x | tests/exe/ob-buildenv.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/exe/ob-buildenv.sh b/tests/exe/ob-buildenv.sh index 463f432..29235c0 100755 --- a/tests/exe/ob-buildenv.sh +++ b/tests/exe/ob-buildenv.sh @@ -43,5 +43,6 @@ cmd_is 'ob-buildenv' ob-buildenv <<-EOF OPK_TOOL_PREFIX='i686-linux-glibc-' CFLAGS=' -ffile-prefix-map=${PWD}=.' CXXFLAGS=' -ffile-prefix-map=${PWD}=.' + TZ='UTC0' LC_ALL='C' EOF |