tests: Check (mcron redirect)

* tests/redirect.scm: New file.
* Makefile.am (TESTS): Register it.
* src/mcron/redirect.scm (with-mail-out): Adapt to facilitate testing.
This commit is contained in:
Mathieu Lirzin 2020-05-18 12:54:52 +02:00 committed by Dale Mellor
commit 765bfbf4d9
3 changed files with 62 additions and 4 deletions

View file

@ -137,6 +137,7 @@ TESTS = \
tests/base.scm \
tests/environment.scm \
tests/job-specifier.scm \
tests/redirect.scm \
tests/utils.scm \
tests/vixie-specification.scm \
tests/vixie-time.scm