23 lines
714 B
Diff
23 lines
714 B
Diff
|
From 7ecb36aef43f7573e1ae0489731000c9c01bc481 Mon Sep 17 00:00:00 2001
|
||
|
From: Harald Hoyer <harald@redhat.com>
|
||
|
Date: Tue, 7 Jul 2015 15:34:30 +0200
|
||
|
Subject: [PATCH] TEST-50-MULTINIC/test.sh: correctly call ldconfig
|
||
|
|
||
|
---
|
||
|
test/TEST-50-MULTINIC/test.sh | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/test/TEST-50-MULTINIC/test.sh b/test/TEST-50-MULTINIC/test.sh
|
||
|
index b878380..fdeb840 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
|
||
|
)
|
||
|
|