Blame SOURCES/0193-TEST-15-BTRFSRAID-install-etc-os-release.patch

a56a5e
From 17e74416c892494900f282e283211ab9a22f76db Mon Sep 17 00:00:00 2001
a56a5e
From: Harald Hoyer <harald@redhat.com>
a56a5e
Date: Mon, 30 Jun 2014 11:29:56 +0200
a56a5e
Subject: [PATCH] TEST-15-BTRFSRAID: install /etc/os-release
a56a5e
a56a5e
makes systemd switch-root happy
a56a5e
a56a5e
(cherry picked from commit 44537b7bf89f297a8f188c93a2148d55cb7799e7)
a56a5e
---
a56a5e
 test/TEST-15-BTRFSRAID/test.sh | 1 +
a56a5e
 1 file changed, 1 insertion(+)
a56a5e
a56a5e
diff --git a/test/TEST-15-BTRFSRAID/test.sh b/test/TEST-15-BTRFSRAID/test.sh
a56a5e
index e6ff351..3fc1d45 100755
a56a5e
--- a/test/TEST-15-BTRFSRAID/test.sh
a56a5e
+++ b/test/TEST-15-BTRFSRAID/test.sh
a56a5e
@@ -37,6 +37,7 @@ test_setup() {
a56a5e
 	inst "$basedir/modules.d/40network/ifup.sh" "/sbin/ifup"
a56a5e
 	inst_multiple grep
a56a5e
 	inst ./test-init.sh /sbin/init
a56a5e
+	inst_simple /etc/os-release
a56a5e
 	find_binary plymouth >/dev/null && inst_multiple plymouth
a56a5e
 	(cd "$initdir"; mkdir -p dev sys proc etc var/run tmp )
a56a5e
 	cp -a /etc/ld.so.conf* $initdir/etc