From f23f76143197055dd782c441c944990066c9af0c Mon Sep 17 00:00:00 2001 From: Athmane Madjoudj Date: Apr 24 2012 07:42:12 +0000 Subject: No need to remove exim --- 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