Skip to content

Commit

Permalink
also find exim4 in MAIL-8802 (#512)
Browse files Browse the repository at this point in the history
  • Loading branch information
mslifcak authored and mboelen committed Jan 20, 2018
1 parent 9f33e32 commit e0e76c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/tests_mail_messaging
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
Register --test-no MAIL-8802 --weight L --network NO --category security --description "Check Exim status"
if [ ${SKIPTEST} -eq 0 ]; then
LogText "Test: check Exim status"
IsRunning exim
IsRunning exim4 || IsRunning exim
if [ ${RUNNING} -eq 1 ]; then
LogText "Result: found running Exim process"
Display --indent 2 --text "- Exim status" --result "${STATUS_RUNNING}" --color GREEN
Expand Down

0 comments on commit e0e76c9

Please sign in to comment.