inspec/test/unit/mock/cmd/crontab-special
Juan Carlos Castillo Cano 1c98ff13f6 Support special cases for crontab resource
Signed-off-by: Juan Carlos Castillo Cano <jccastillocano@gmail.com>
2017-06-06 15:12:12 +02:00

7 lines
195 B
Text

#
# This is a sample crontab file for unit testing, for user 'special'
#
* * * * * /bin/custom_script.sh
@yearly /usr/local/bin/foo.sh bar
@reboot /bin/echo "Rebooting" > /var/log/rebooting.log