From: Martin Pitt Date: Sun, 1 Feb 2015 23:19:33 +0000 (+0100) Subject: tests: install ldconfig.real for Debian based distros X-Git-Tag: v219~175 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=7d023341c765c205068e33d23d63a4000ec211df 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. --- diff --git a/test/test-functions b/test/test-functions index 80e0f6569..b9468a458 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() {