From: Harald Hoyer Date: Mon, 14 Dec 2015 12:59:33 +0000 (+0100) Subject: TEST-16-DMSQUASH: do not use "--" with ldconfig -r X-Git-Tag: 045~210 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=b830a313319f93162456ce10d73747c5fb036fa6;p=thirdparty%2Fdracut.git TEST-16-DMSQUASH: do not use "--" with ldconfig -r --- diff --git a/test/TEST-16-DMSQUASH/test.sh b/test/TEST-16-DMSQUASH/test.sh index f2b996336..53a45d692 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