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.go11
1 files changed, 0 insertions, 11 deletions
diff --git a/system/dbus/proc_test.go b/system/dbus/proc_test.go
deleted file mode 100644
index 544856ed..00000000
--- a/system/dbus/proc_test.go
+++ /dev/null
@@ -1,11 +0,0 @@
-package dbus_test
-
-import (
- "os"
- "testing"
-
- "hakurei.app/container"
- "hakurei.app/internal/helper"
-)
-
-func TestMain(m *testing.M) { container.TryArgv0(nil); helper.InternalHelperStub(); os.Exit(m.Run()) }