From a40ea05d08f1d6dce2fb12fb119a33540bf6256f Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 4 May 2024 12:23:33 +0200 Subject: Adding upstream version 252.23. Signed-off-by: Daniel Baumann --- src/test/test-time-util.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/test/test-time-util.c') diff --git a/src/test/test-time-util.c b/src/test/test-time-util.c index 5b4bf3a..2738e8a 100644 --- a/src/test/test-time-util.c +++ b/src/test/test-time-util.c @@ -616,6 +616,9 @@ TEST(map_clock_usec) { } static int intro(void) { + /* Tests have hard-coded results that do not expect a specific timezone to be set by the caller */ + assert_se(unsetenv("TZ") >= 0); + log_info("realtime=" USEC_FMT "\n" "monotonic=" USEC_FMT "\n" "boottime=" USEC_FMT "\n", -- cgit v1.2.3