Blame 0028-TEST-50-MULTINIC-test.sh-correctly-call-ldconfig.patch

Harald Hoyer 0840a3
From 7ecb36aef43f7573e1ae0489731000c9c01bc481 Mon Sep 17 00:00:00 2001
Harald Hoyer 0840a3
From: Harald Hoyer <harald@redhat.com>
Harald Hoyer 0840a3
Date: Tue, 7 Jul 2015 15:34:30 +0200
Harald Hoyer 0840a3
Subject: [PATCH] TEST-50-MULTINIC/test.sh: correctly call ldconfig
Harald Hoyer 0840a3
Harald Hoyer 0840a3
---
Harald Hoyer 0840a3
 test/TEST-50-MULTINIC/test.sh | 2 +-
Harald Hoyer 0840a3
 1 file changed, 1 insertion(+), 1 deletion(-)
Harald Hoyer 0840a3
Harald Hoyer 0840a3
diff --git a/test/TEST-50-MULTINIC/test.sh b/test/TEST-50-MULTINIC/test.sh
Harald Hoyer 0840a3
index b878380..fdeb840 100755
Harald Hoyer 0840a3
--- a/test/TEST-50-MULTINIC/test.sh
Harald Hoyer 0840a3
+++ b/test/TEST-50-MULTINIC/test.sh
Harald Hoyer 0840a3
@@ -205,7 +205,7 @@ test_setup() {
Harald Hoyer 0840a3
         inst /etc/group /etc/group
Harald Hoyer 0840a3
 
Harald Hoyer 0840a3
         cp -a -- /etc/ld.so.conf* "$initdir"/etc
Harald Hoyer 0840a3
-        sudo ldconfig -r -- "$initdir"
Harald Hoyer 0840a3
+        ldconfig -r "$initdir"
Harald Hoyer 0840a3
         dracut_kernel_post
Harald Hoyer 0840a3
     )
Harald Hoyer 0840a3