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