Blame 0011-TEST-16-DMSQUASH-do-not-use-with-ldconfig-r.patch
|
Harald Hoyer |
7ba020 |
From b830a313319f93162456ce10d73747c5fb036fa6 Mon Sep 17 00:00:00 2001
|
|
Harald Hoyer |
7ba020 |
From: Harald Hoyer <harald@redhat.com>
|
|
Harald Hoyer |
7ba020 |
Date: Mon, 14 Dec 2015 13:59:33 +0100
|
|
Harald Hoyer |
7ba020 |
Subject: [PATCH] TEST-16-DMSQUASH: do not use "--" with ldconfig -r
|
|
Harald Hoyer |
7ba020 |
|
|
Harald Hoyer |
7ba020 |
---
|
|
Harald Hoyer |
7ba020 |
test/TEST-16-DMSQUASH/test.sh | 2 +-
|
|
Harald Hoyer |
7ba020 |
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
Harald Hoyer |
7ba020 |
|
|
Harald Hoyer |
7ba020 |
diff --git a/test/TEST-16-DMSQUASH/test.sh b/test/TEST-16-DMSQUASH/test.sh
|
|
Harald Hoyer |
7ba020 |
index f2b9963..53a45d6 100755
|
|
Harald Hoyer |
7ba020 |
--- a/test/TEST-16-DMSQUASH/test.sh
|
|
Harald Hoyer |
7ba020 |
+++ b/test/TEST-16-DMSQUASH/test.sh
|
|
Harald Hoyer |
7ba020 |
@@ -98,7 +98,7 @@ test_setup() {
|
|
Harald Hoyer |
7ba020 |
inst "$VMLINUZ" "/boot/vmlinuz-${KVERSION}"
|
|
Harald Hoyer |
7ba020 |
find_binary plymouth >/dev/null && inst_multiple plymouth
|
|
Harald Hoyer |
7ba020 |
cp -a -- /etc/ld.so.conf* "$initdir"/etc
|
|
Harald Hoyer |
7ba020 |
- sudo ldconfig -r -- "$initdir"
|
|
Harald Hoyer |
7ba020 |
+ sudo ldconfig -r "$initdir"
|
|
Harald Hoyer |
7ba020 |
)
|
|
Harald Hoyer |
7ba020 |
python create.py -d -c livecd-fedora-minimal.ks
|
|
Harald Hoyer |
7ba020 |
return 0
|