From 4d22a9729d254b1a526d605968169ba4a02e8a29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Wed, 19 May 2021 11:49:19 +0200 Subject: [PATCH] tests: run with static TZ value MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit else tests may randomly fail depending on which local TZ is set.. Signed-off-by: Fabian Grünbichler --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile b/test/Makefile index 85ecac5..27489de 100644 --- a/test/Makefile +++ b/test/Makefile @@ -10,7 +10,7 @@ check: lock_file.test calendar_event_test.test convert_size_test.test procfs_tes for d in $(SUBDIRS); do $(MAKE) -C $$d check; done %.test: %.pl - ./$< + TZ=UTC-1 ./$< distclean: clean clean: