From 7d023341c765c205068e33d23d63a4000ec211df Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Mon, 2 Feb 2015 00:19:33 +0100 Subject: [PATCH] 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. --- test/test-functions | 2 ++ 1 file changed, 2 insertions(+) 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() { -- 2.30.2