]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
TEST-99-RPM: removed --releasever
authorHarald Hoyer <harald@redhat.com>
Thu, 16 Aug 2018 10:03:40 +0000 (12:03 +0200)
committerHarald Hoyer <harald@redhat.com>
Thu, 16 Aug 2018 10:03:40 +0000 (12:03 +0200)
test/TEST-99-RPM/test.sh

index b76a061b46375ac4a94ffeb1d96e1705f2c4a962..984b9385d1fc7502da37b72940028d0f0f7cd9b8 100755 (executable)
@@ -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 \