Browse Source

test: don't call ldconfig with -- path separator

Harald Hoyer 9 years ago
parent
commit
55712f46c0
  1. 2
      test/TEST-16-DMSQUASH/test.sh
  2. 2
      test/TEST-50-MULTINIC/test.sh

2
test/TEST-16-DMSQUASH/test.sh

@ -69,7 +69,7 @@ test_setup() { @@ -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

2
test/TEST-50-MULTINIC/test.sh

@ -222,7 +222,7 @@ test_setup() { @@ -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
)


Loading…
Cancel
Save