From: Luca Boccassi Date: Tue, 2 Feb 2021 17:16:41 +0000 (+0000) Subject: test: add empty /etc/resolv.conf in test image X-Git-Tag: v248-rc1~162^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e763342091fc97c15d0f54119e27452433c59e88;p=thirdparty%2Fsystemd.git test: add empty /etc/resolv.conf in test image Portable services have a BindPath pointing to it, so it needs to be available in the image --- diff --git a/test/test-functions b/test/test-functions index 612a693e8a7..e3831f28f10 100644 --- a/test/test-functions +++ b/test/test-functions @@ -1106,6 +1106,7 @@ install_config_files() { # we want an empty environment > $initdir/etc/environment > $initdir/etc/machine-id + > $initdir/etc/resolv.conf # set the hostname echo systemd-testsuite > $initdir/etc/hostname