Diff between 5d7372cb80838e14da577c5e4277be11e8880a04 and e74bb5a35be82cb7beec2b149bcc5c7bcc1af9b9
Changed Files
| File | Additions | Deletions | Status |
| tools/test-runner.c | +4 | -0 | modified |
Full Patch
diff --git a/tools/test-runner.c b/tools/test-runner.c
index 9b54426..fb8f7e2 100644
--- a/tools/test-runner.c
+++ b/tools/test-runner.c
@@ -419,6 +419,10 @@ static void create_dbus_system_conf(void)
fclose(fp);
+ if (symlink("/etc/dbus-1/system.conf",
+ "/usr/share/dbus-1/system.conf") < 0)
+ perror("Failed to create system.conf symlink");
+
mkdir("/run/dbus", 0755);
}