diff options
author | Franck Bui <fbui@suse.com> | 2024-07-01 18:06:45 +0200 |
---|---|---|
committer | Franck Bui <fbui@suse.com> | 2024-07-02 19:03:49 +0200 |
commit | a09825ce9fb3bd315f35654b6e6ee4f92c675cde (patch) | |
tree | 1f6aa7d35b838409318410985dee88226da0e2e4 | |
parent | Merge pull request #32628 from poettering/json-public (diff) | |
download | systemd-a09825ce9fb3bd315f35654b6e6ee4f92c675cde.tar.xz systemd-a09825ce9fb3bd315f35654b6e6ee4f92c675cde.zip |
test: install /etc/hosts
Needed for resolving the "localhost" hostname.
-rw-r--r-- | test/test-functions | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test-functions b/test/test-functions index 8b497b2e27..16e9c9c12a 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 |