From 2d4bc5e8e133f8f353562f01618646cf8e2649e1 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Sat, 02 Jan 2021 15:08:05 -0500 Subject: ob-buildenv: Set TZ='UTC0' --- (limited to 'tests/exe/ob-buildenv.sh') 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 -- cgit v0.9.1