inspec/test/fixtures/cmd/crontab-special
Ryan Davis db8e6e7415 Moved test/unit/mock/* to test/fixtures
Signed-off-by: Ryan Davis <zenspider@chef.io>
2019-11-08 16:29:03 -08: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