Blame SOURCES/0409-test-don-t-call-ldconfig-with-path-separator.patch

712866
From 55712f46c06d782be7829b860e5009701fcb9da9 Mon Sep 17 00:00:00 2001
712866
From: Harald Hoyer <harald@redhat.com>
712866
Date: Wed, 29 Jun 2016 15:11:39 +0200
712866
Subject: [PATCH] test: don't call ldconfig with -- path separator
712866
712866
---
712866
 test/TEST-16-DMSQUASH/test.sh | 2 +-
712866
 test/TEST-50-MULTINIC/test.sh | 2 +-
712866
 2 files changed, 2 insertions(+), 2 deletions(-)
712866
712866
diff --git a/test/TEST-16-DMSQUASH/test.sh b/test/TEST-16-DMSQUASH/test.sh
712866
index c08a2a4..9d584e3 100755
712866
--- a/test/TEST-16-DMSQUASH/test.sh
712866
+++ b/test/TEST-16-DMSQUASH/test.sh
712866
@@ -69,7 +69,7 @@ test_setup() {
712866
 	find_binary plymouth >/dev/null && inst_multiple plymouth
712866
 	(cd "$initdir"; mkdir -p -- dev sys proc etc var/run tmp )
712866
 	cp -a -- /etc/ld.so.conf* "$initdir"/etc
712866
-	sudo ldconfig -r -- "$initdir"
712866
+	sudo ldconfig -r "$initdir"
712866
     )
712866
     python create.py -d -c livecd-fedora-minimal.ks
712866
     return 0
712866
diff --git a/test/TEST-50-MULTINIC/test.sh b/test/TEST-50-MULTINIC/test.sh
712866
index c0c3615..05273be 100755
712866
--- a/test/TEST-50-MULTINIC/test.sh
712866
+++ b/test/TEST-50-MULTINIC/test.sh
712866
@@ -222,7 +222,7 @@ test_setup() {
712866
         inst /etc/group /etc/group
712866
 
712866
         cp -a -- /etc/ld.so.conf* "$initdir"/etc
712866
-        sudo ldconfig -r -- "$initdir"
712866
+        sudo ldconfig -r "$initdir"
712866
         dracut_kernel_post
712866
     )
712866