From 8b7572a49e709562a90e047a872fb6fe229b7565 Mon Sep 17 00:00:00 2001 From: Athmane Madjoudj Date: May 12 2012 20:10:53 +0000 Subject: Remove other MTAs before postfix test --- diff --git a/tests/p_postfix/0-install_postfix.sh b/tests/p_postfix/0-install_postfix.sh index 13f8ff2..0e8b7ff 100755 --- a/tests/p_postfix/0-install_postfix.sh +++ b/tests/p_postfix/0-install_postfix.sh @@ -1,7 +1,12 @@ #!/bin/bash # Author: Athmane Madjoudj +# Remove other MTAs +t_ServiceControl sendmail stop +t_ServiceControl exim stop +t_RemovePackage sendmail +t_RemovePackage exim + # Postfix t_InstallPackage postfix -t_RemovePackage sendmail t_ServiceControl postfix start