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.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/dbus/proc_test.go b/system/dbus/proc_test.go
index a3ce1631..544856ed 100644
--- a/system/dbus/proc_test.go
+++ b/system/dbus/proc_test.go
@@ -5,7 +5,7 @@ import (
"testing"
"hakurei.app/container"
- "hakurei.app/helper"
+ "hakurei.app/internal/helper"
)
func TestMain(m *testing.M) { container.TryArgv0(nil); helper.InternalHelperStub(); os.Exit(m.Run()) }