Merge branch 'master' into master

This commit is contained in:
Felix Schwarz 2017-07-30 10:34:44 +02:00 committed by GitHub
commit e68972f21c
1 changed files with 1 additions and 1 deletions

View File

@ -716,7 +716,7 @@ load 'test_helper/bats-assert/load'
#
@test "checking system: freshclam cron is enabled" {
run docker exec mail bash -c "crontab -l | grep '/usr/bin/freshclam'"
run docker exec mail bash -c "grep '/usr/bin/freshclam' -r /etc/cron.d"
assert_success
}