From: Harald Hoyer Date: Tue, 7 Jul 2015 13:34:30 +0000 (+0200) Subject: TEST-50-MULTINIC/test.sh: correctly call ldconfig X-Git-Tag: 044~151 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ecb36aef43f7573e1ae0489731000c9c01bc481;p=thirdparty%2Fdracut.git TEST-50-MULTINIC/test.sh: correctly call ldconfig --- diff --git a/test/TEST-50-MULTINIC/test.sh b/test/TEST-50-MULTINIC/test.sh index b8783802e..fdeb840a0 100755 --- a/test/TEST-50-MULTINIC/test.sh +++ b/test/TEST-50-MULTINIC/test.sh @@ -205,7 +205,7 @@ test_setup() { inst /etc/group /etc/group cp -a -- /etc/ld.so.conf* "$initdir"/etc - sudo ldconfig -r -- "$initdir" + ldconfig -r "$initdir" dracut_kernel_post )