From a09825ce9fb3bd315f35654b6e6ee4f92c675cde Mon Sep 17 00:00:00 2001 From: Franck Bui Date: Mon, 1 Jul 2024 18:06:45 +0200 Subject: [PATCH] test: install /etc/hosts Needed for resolving the "localhost" hostname. --- test/test-functions | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test-functions b/test/test-functions index 8b497b2e27c..16e9c9c12ae 100644 --- a/test/test-functions +++ b/test/test-functions @@ -1947,6 +1947,7 @@ EOF install_config_files() { dinfo "Install config files" inst /etc/sysconfig/init || : + inst /etc/hosts inst /etc/passwd inst /etc/shadow inst_any /etc/login.defs /usr/etc/login.defs -- 2.47.3