From 99877b7e3782a51b31bf191825f0335500f52fe5 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Tue, 3 Feb 2015 10:45:25 +0100 Subject: [PATCH] test-functions:install_libnss() call dracut_install with all $NSS_LIBS dracut_install() can cope with more than one file --- test/test-functions | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/test/test-functions b/test/test-functions index b9468a458..368e7a1e5 100644 --- a/test/test-functions +++ b/test/test-functions @@ -244,9 +244,7 @@ install_debug_tools() { install_libnss() { # install libnss_files for login NSS_LIBS=$(LD_DEBUG=files getent passwd 2>&1 >/dev/null |sed -n '/calling init: .*libnss_/ {s!^.* /!/!; p}') - for l in $NSS_LIBS; do - dracut_install $l - done + dracut_install $NSS_LIBS } install_dbus() { -- 2.30.2