]> git.proxmox.com Git - pve-common.git/blobdiff - test/Makefile
tests: run with static TZ value
[pve-common.git] / test / Makefile
index 85ecac5fb9ec890bce16b18d1c0c260e25ef4cd7..27489de9b7b06588d5fa44a6d047ab78c591fcc2 100644 (file)
@@ -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: