From: Harald Hoyer Date: Wed, 29 Jun 2016 13:11:39 +0000 (+0200) Subject: test: don't call ldconfig with -- path separator X-Git-Tag: 033-502~78 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=55712f46c06d782be7829b860e5009701fcb9da9;p=thirdparty%2Fdracut.git test: don't call ldconfig with -- path separator --- diff --git a/test/TEST-16-DMSQUASH/test.sh b/test/TEST-16-DMSQUASH/test.sh index c08a2a419..9d584e39d 100755 --- a/test/TEST-16-DMSQUASH/test.sh +++ b/test/TEST-16-DMSQUASH/test.sh @@ -69,7 +69,7 @@ test_setup() { find_binary plymouth >/dev/null && inst_multiple plymouth (cd "$initdir"; mkdir -p -- dev sys proc etc var/run tmp ) 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 diff --git a/test/TEST-50-MULTINIC/test.sh b/test/TEST-50-MULTINIC/test.sh index c0c3615fe..05273be7e 100755 --- a/test/TEST-50-MULTINIC/test.sh +++ b/test/TEST-50-MULTINIC/test.sh @@ -222,7 +222,7 @@ test_setup() { inst /etc/group /etc/group cp -a -- /etc/ld.so.conf* "$initdir"/etc - sudo ldconfig -r -- "$initdir" + sudo ldconfig -r "$initdir" dracut_kernel_post )