diff --git a/Sanity/named/dnstap-logging/runtest.sh b/Sanity/named/dnstap-logging/runtest.sh index e525966..68beb74 100755 --- a/Sanity/named/dnstap-logging/runtest.sh +++ b/Sanity/named/dnstap-logging/runtest.sh @@ -38,11 +38,6 @@ rlJournalStart rlLog "Arch: $(arch), PC name: $(hostname), $(hostname -A) User: $(whoami)" rlLog "$DEFAULT_IF" - - rlIsRHEL && repos="--enablerepo=rhel-CRB --enablerepo=rhel-buildroot" - rlIsCentOS && repos="--enablerepo=crb" - rlIsRHELLike && rlRun "dnf install -y $(rlGetRecommended) $repos" - rlCheckDependencies rm -f /var/named/data/dnstap* rlPhaseEnd