logo

utils-std

Collection of commonly available Unix tools
commit: 8094982e862e5da8850aef0d4e3299819d233a88
parent 3dae27055e40bf23515f10a9d1ca5630e7eef03c
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Thu,  1 Aug 2024 02:48:35 +0200

test-cmd/date.sh: Set TZ to UTC to avoid zoneinfo requirement

Diffstat:

Mtest-cmd/date.sh2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test-cmd/date.sh b/test-cmd/date.sh @@ -6,7 +6,7 @@ target="$(dirname "$0")/../cmd/date" plans=22 . "$(dirname "$0")/tap.sh" -unset TZ +export TZ=UTC export LC_ALL=C t 'noargs' '' "$(date +%c)