SummaryRefsLogTreeCommitDiffStats
path: root/tests/schedule.sh
diff options
context:
space:
mode:
authorDale Mellor <mcron-lsfnyl@rdmp.org>2020-04-20 11:27:53 +0000
committerDale Mellor <mcron-lsfnyl@rdmp.org>2020-04-20 16:48:52 +0000
commita8d938c4ed93aa03fc87c9173aaee4e26ee67c5b (patch)
tree032294ef387f007b02d6a59cc3668929e1942f9f /tests/schedule.sh
parentbd37306294154610ad63426299e63b6bae5f4942 (diff)
downloadmcron-a8d938c4ed93aa03fc87c9173aaee4e26ee67c5b.tar.gz
mcron-a8d938c4ed93aa03fc87c9173aaee4e26ee67c5b.tar.bz2
mcron-a8d938c4ed93aa03fc87c9173aaee4e26ee67c5b.zip
test: make date tests reliable, i.e. independent of current time
Some of the date tests depend both on the particular time of day and year at which the test is run, and also on the state of daylight-savings adjustments. (At the present time on my system there are four failing tests, but YMMV.) This patch puts all the tests to UTC time in the C locale, making the results consistent. *All* items in the test suite should be passing once again. * tests/job-schedule.scm: Fix up the environment before running the tests.
Diffstat (limited to 'tests/schedule.sh')
-rw-r--r--tests/schedule.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/schedule.sh b/tests/schedule.sh
index d403f1d..9a1836e 100644
--- a/tests/schedule.sh
+++ b/tests/schedule.sh
@@ -26,6 +26,9 @@ export SOURCE_DATE_EPOCH
TZ=UTC0
export TZ
+LC_ALL=C
+export LC_ALL
+
# Use current working directory to store mcron files
XDG_CONFIG_HOME=`pwd`
export XDG_CONFIG_HOME