From bebc1e969611fa34e30192d3a304cb48d273cd7b Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Mon, 11 Feb 2019 12:35:15 +0100 Subject: [PATCH] Tests: xtypes-test sets an explicit timezone Its output, which is checked in xtypes-test.t, depends on the current TZ. --- ucw/xtypes-test.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ucw/xtypes-test.c b/ucw/xtypes-test.c index a0f4acbf..b8cbe32a 100644 --- a/ucw/xtypes-test.c +++ b/ucw/xtypes-test.c @@ -202,6 +202,7 @@ static void test_timestamp_parse_errors(struct fastbuf *out) int main(void) { + setenv("TZ", "Europe/Prague", 1); struct fastbuf *out; out = bfdopen_shared(1, 4096); -- 2.39.2