diff --git a/tests/p_sendmail/0-install_sendmail.sh b/tests/p_sendmail/0-install_sendmail.sh index 4711843..2d3d71c 100755 --- a/tests/p_sendmail/0-install_sendmail.sh +++ b/tests/p_sendmail/0-install_sendmail.sh @@ -5,8 +5,7 @@ t_InstallPackage sendmail # Remove other MTAs t_ServiceControl postfix stop -t_ServiceControl exim stop sleep 3 -t_RemovePackage postfix exim +t_RemovePackage postfix t_ServiceControl sendmail start