Blame 0155-TEST-99-RPM-actually-use-the-generated-rpms-with-dnf.patch

Harald Hoyer 53404a
From 44766d1f1f1f2f1bbbd628b76254fa08c1abbf06 Mon Sep 17 00:00:00 2001
Harald Hoyer 53404a
From: Harald Hoyer <harald@redhat.com>
Harald Hoyer 53404a
Date: Mon, 7 Nov 2016 17:05:28 +0100
Harald Hoyer 53404a
Subject: [PATCH] TEST-99-RPM: actually use the generated rpms with dnf
Harald Hoyer 53404a
Harald Hoyer 53404a
---
Harald Hoyer 53404a
 test/TEST-99-RPM/test.sh | 4 ++--
Harald Hoyer 53404a
 1 file changed, 2 insertions(+), 2 deletions(-)
Harald Hoyer 53404a
Harald Hoyer 53404a
diff --git a/test/TEST-99-RPM/test.sh b/test/TEST-99-RPM/test.sh
Harald Hoyer 53404a
index 23fa72c..6c71e13 100755
Harald Hoyer 53404a
--- a/test/TEST-99-RPM/test.sh
Harald Hoyer 53404a
+++ b/test/TEST-99-RPM/test.sh
Harald Hoyer 53404a
@@ -38,8 +38,8 @@ trap '[[ -d $rootdir ]] && { umount "$rootdir/proc"; umount "$rootdir/sys"; umou
Harald Hoyer 53404a
 	mdadm \
Harald Hoyer 53404a
         bash \
Harald Hoyer 53404a
         iscsi-initiator-utils \
Harald Hoyer 53404a
-        $basedir/dracut-[0-9]*.$(arch).rpm \
Harald Hoyer 53404a
-        $basedir/dracut-network-[0-9]*.$(arch).rpm
Harald Hoyer 53404a
+        "$TESTDIR"/dracut-[0-9]*.$(arch).rpm \
Harald Hoyer 53404a
+        "$TESTDIR"/dracut-network-[0-9]*.$(arch).rpm
Harald Hoyer 53404a
 
Harald Hoyer 53404a
     cat >"$rootdir"/test.sh <
Harald Hoyer 53404a
 #!/bin/bash