diff --git a/Sanity/tls12/runtest.sh b/Sanity/tls12/runtest.sh index 63888c1..149be27 100755 --- a/Sanity/tls12/runtest.sh +++ b/Sanity/tls12/runtest.sh @@ -34,7 +34,7 @@ rlJournalStart rlPhaseStartSetup rlRun "rlImport --all" if rlIsRHEL; then - rlRun "yum -y install proftpd --enablerepo epel,rhel-CRB" 0 "Install proftpd" + rlRun "yum -y install proftpd --enablerepo \*" 0 "Install proftpd" fi rlAssertRpm 'proftpd' || rlDie "Package proftpd not installed" rlAssertRpm $PACKAGES || rlDie "Package $PACKAGES not installed"