remove unnecessary spamd process (#312)

This commit is contained in:
Kai Ren 2016-09-06 14:06:25 +03:00 committed by Thomas VIAL
parent 2241f9b61e
commit d9e1c0ad61
4 changed files with 3 additions and 17 deletions

View file

@ -52,11 +52,6 @@
[ "$status" -eq 1 ]
}
@test "checking process: spamassassin (spamassassin disabled by DISABLE_SPAMASSASSIN)" {
run docker exec mail_disabled_spamassassin /bin/bash -c "ps aux --forest | grep -v grep | grep ''/usr/sbin/spamd'"
[ "$status" -eq 1 ]
}
@test "checking process: clamav (clamav disabled by DISABLE_CLAMAV)" {
run docker exec mail_disabled_clamav /bin/bash -c "ps aux --forest | grep -v grep | grep '/usr/sbin/clamd'"
[ "$status" -eq 1 ]