mcron/tests
Mathieu Lirzin f908c5395c
utils: Use 'scandir' instead of custom 'for-each-file'
* src/mcron/utils.scm (for-each-file): Delete.
* src/mcron/scripts/cron.scm (process-files-in-system-directory): Use
'scandir' which has the benefit of being deterministic.
* src/mcron/scripts/mcron.scm (process-files-in-user-directory):
Likewise.
* tests/schedule.sh: Update expected output which is now more reliable.
* NEWS: Update.

Suggested-by: Ludovic Courtès <ludo@gnu.org>
2018-03-20 19:27:10 +01:00
..
basic.sh tests: Add 'basic.sh' 2017-09-28 18:48:49 +02:00
environment.scm environment: modify-environment: Add tests. 2016-12-01 00:15:55 +01:00
init.sh tests: Add 'basic.sh' 2017-09-28 18:48:49 +02:00
job-specifier.scm job-specifier: range: Add tests. 2016-12-01 00:15:55 +01:00
schedule.sh utils: Use 'scandir' instead of custom 'for-each-file' 2018-03-20 19:27:10 +01:00