aboutsummaryrefslogtreecommitdiffhomepage
path: root/dbus/dbus_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'dbus/dbus_test.go')
-rw-r--r--dbus/dbus_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbus/dbus_test.go b/dbus/dbus_test.go
index 77a3e4f6..8965e0f4 100644
--- a/dbus/dbus_test.go
+++ b/dbus/dbus_test.go
@@ -209,5 +209,5 @@ func TestHelperInit(t *testing.T) {
return
}
sandbox.SetOutput(hlog.Output{})
- sandbox.Init(hlog.Prepare, internal.InstallFmsg)
+ sandbox.Init(hlog.Prepare, internal.InstallOutput)
}