]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
TEST-50-MULTINIC/test.sh: correctly call ldconfig
authorHarald Hoyer <harald@redhat.com>
Tue, 7 Jul 2015 13:34:30 +0000 (15:34 +0200)
committerHarald Hoyer <harald@redhat.com>
Tue, 7 Jul 2015 13:34:30 +0000 (15:34 +0200)
test/TEST-50-MULTINIC/test.sh

index b8783802ef05b40fa93d7af9f49210a8fff51e82..fdeb840a0e24440bf76c4a6d72d0180f19684a61 100755 (executable)
@@ -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
     )