diff --git a/Sanity/simple-sanity-test/runtest.sh b/Sanity/simple-sanity-test/runtest.sh index a3f1d88..ea850d4 100755 --- a/Sanity/simple-sanity-test/runtest.sh +++ b/Sanity/simple-sanity-test/runtest.sh @@ -33,6 +33,7 @@ PACKAGE="postfix" rlJournalStart rlPhaseStartSetup rlAssertRpm $PACKAGE + rlRun "alternatives --set mta /usr/sbin/sendmail.postfix" 0 "Switching alternatives to postfix" rlFileBackup "/etc/postfix" rlFileBackup "/var/spool/mail"