]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
TEST-99-RPM: actually use the generated rpms with dnf
authorHarald Hoyer <harald@redhat.com>
Mon, 7 Nov 2016 16:05:28 +0000 (17:05 +0100)
committerHarald Hoyer <harald@redhat.com>
Mon, 7 Nov 2016 16:05:28 +0000 (17:05 +0100)
test/TEST-99-RPM/test.sh

index 23fa72cfe49c5d9213a1f61a2b29d7fdd0937c43..6c71e13aa7555c59024da697e727c50c3f78429f 100755 (executable)
@@ -38,8 +38,8 @@ trap '[[ -d $rootdir ]] && { umount "$rootdir/proc"; umount "$rootdir/sys"; umou
        mdadm \
         bash \
         iscsi-initiator-utils \
-        $basedir/dracut-[0-9]*.$(arch).rpm \
-        $basedir/dracut-network-[0-9]*.$(arch).rpm
+        "$TESTDIR"/dracut-[0-9]*.$(arch).rpm \
+        "$TESTDIR"/dracut-network-[0-9]*.$(arch).rpm
 
     cat >"$rootdir"/test.sh <<EOF
 #!/bin/bash