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