]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
TEST-16-DMSQUASH: do not use "--" with ldconfig -r
authorHarald Hoyer <harald@redhat.com>
Mon, 14 Dec 2015 12:59:33 +0000 (13:59 +0100)
committerHarald Hoyer <harald@redhat.com>
Mon, 14 Dec 2015 14:19:53 +0000 (15:19 +0100)
test/TEST-16-DMSQUASH/test.sh

index f2b99633652ea70ad4454edd3cb66b877efd8bcb..53a45d692713280a62f72942f43069fce69fc21c 100755 (executable)
@@ -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