diff options
Diffstat (limited to 'test/test-functions')
-rw-r--r-- | test/test-functions | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/test/test-functions b/test/test-functions index b9468a458f..368e7a1e52 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() { |