Explicitly unset REMIND_RUNNING_TEST at the start.

This commit is contained in:
Dianne Skoll
2025-01-20 11:35:32 -05:00
parent ffba7fcb03
commit e0c5e878a8

View File

@@ -32,6 +32,9 @@ fi
# ../src/remind. This trick was suggested by Jochen Sprickerhof
alias remind="echo You should be using ../src/remind explicitly in test-rem >&2; exit 1"
# This environment variable is only needed for the queue tests, not for
# any others, so unset it here
unset REMIND_RUNNING_TEST
# Set a known timezone so moon phases show up in predictable places
TZ=UTC