diff options
Diffstat (limited to 'test')
-rwxr-xr-x | test/networkd-test.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/networkd-test.py b/test/networkd-test.py index 131b48f611..79d6250cdc 100755 --- a/test/networkd-test.py +++ b/test/networkd-test.py @@ -67,6 +67,7 @@ def setUpModule(): tmpmounts.append(d) if os.path.isdir('/run/systemd/resolve'): os.chmod('/run/systemd/resolve', 0o755) + shutil.chown('/run/systemd/resolve', 'systemd-resolve', 'systemd-resolve') # Avoid "Failed to open /dev/tty" errors in containers. os.environ['SYSTEMD_LOG_TARGET'] = 'journal' |