TEST-99-RPM: removed --releasever

master
Harald Hoyer 2018-08-16 12:03:40 +02:00
parent 5a8f1aef55
commit 2699d8ff7e
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ test_run() {
dnf_or_yum_cmd=yum
command -v dnf >/dev/null && { dnf_or_yum="dnf"; dnf_or_yum_cmd="dnf --allowerasing"; }
for (( i=0; i < 5 ; i++)); do
$dnf_or_yum_cmd -v --nogpgcheck --installroot "$rootdir"/ --releasever 29 --disablerepo='*' \
$dnf_or_yum_cmd -v --nogpgcheck --installroot "$rootdir"/ --disablerepo='*' \
--enablerepo=fedora --enablerepo=updates \
install -y \
$dnf_or_yum \