From 9e1732924d5b69647e8020c98796748d9b0ad926 Mon Sep 17 00:00:00 2001 From: Elisei Roca <42994510+eliroca@users.noreply.github.com> Date: Tue, 23 Jun 2020 07:42:15 +0200 Subject: [PATCH] test-functions: read /usr/etc/nsswitch.conf if /etc/nsswitch.conf does not exist (#16195) See this for more info why and since when this change is needed: https://build.opensuse.org/request/show/807179. --- test/test-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test-functions b/test/test-functions index df87261ea2..f7f604aec3 100644 --- a/test/test-functions +++ b/test/test-functions @@ -935,7 +935,7 @@ install_config_files() { inst /etc/login.defs inst /etc/group inst /etc/shells - inst /etc/nsswitch.conf + inst_any /etc/nsswitch.conf /usr/etc/nsswitch.conf inst /etc/pam.conf || : inst /etc/os-release inst /etc/localtime