summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMartin Pitt <martin.pitt@ubuntu.com>2015-02-02 00:19:33 +0100
committerHarald Hoyer <harald@redhat.com>2015-02-03 09:50:45 +0100
commit7d023341c765c205068e33d23d63a4000ec211df (patch)
treee185d2f7fddb900518a91091fed99d7149a1bd24 /test
parentc50a4525aa8151b180d5a325e88c5f3812e66c36 (diff)
downloadsystemd-7d023341c765c205068e33d23d63a4000ec211df.tar.gz
tests: install ldconfig.real for Debian based distros
In Debian based distributions ldconfig is just a shell wrapper around ldconfig.real, for deferring it during package installation.
Diffstat (limited to 'test')
-rw-r--r--test/test-functions2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test-functions b/test/test-functions
index 80e0f65697..b9468a458f 100644
--- a/test/test-functions
+++ b/test/test-functions
@@ -233,6 +233,8 @@ EOF
install_basic_tools() {
[[ $BASICTOOLS ]] && dracut_install $BASICTOOLS
dracut_install -o sushell
+ # in Debian ldconfig is just a shell script wrapper around ldconfig.real
+ dracut_install -o ldconfig.real
}
install_debug_tools() {