inspec/test/unit/mock/cmd/crontab-root
Adam Leff 417b791baa Adding new crontab resource
The crontab resource parses a particular user's crontab file into
individual entries and allows the user to assert information about
each entry as needed.

Signed-off-by: Adam Leff <adam@leff.co>
2017-02-10 09:33:31 -05:00

10 lines
157 B
Text

#
# This is a sample crontab file for unit testing
#
# entry number 1
0 2 11 9 4 /path/to/script1
# entry number 2
1 3 12 10 5 /path/to/script2 arg1 arg2