aboutsummaryrefslogtreecommitdiffhomepage
path: root/system/dbus/proc_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'system/dbus/proc_test.go')
-rw-r--r--system/dbus/proc_test.go6
1 files changed, 1 insertions, 5 deletions
diff --git a/system/dbus/proc_test.go b/system/dbus/proc_test.go
index 8b41c04c..a3ce1631 100644
--- a/system/dbus/proc_test.go
+++ b/system/dbus/proc_test.go
@@ -8,8 +8,4 @@ import (
"hakurei.app/helper"
)
-func TestMain(m *testing.M) {
- container.TryArgv0(nil)
- helper.InternalHelperStub()
- os.Exit(m.Run())
-}
+func TestMain(m *testing.M) { container.TryArgv0(nil); helper.InternalHelperStub(); os.Exit(m.Run()) }