From a91920310d20e1fc472dea044fce8fd9438835df Mon Sep 17 00:00:00 2001 From: Ophestra Date: Sat, 15 Nov 2025 13:47:09 +0900 Subject: internal: relocate packages Signed-off-by: Ophestra --- internal/system/dbus/proc_test.go | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 internal/system/dbus/proc_test.go (limited to 'internal/system/dbus/proc_test.go') diff --git a/internal/system/dbus/proc_test.go b/internal/system/dbus/proc_test.go deleted file mode 100644 index 544856ed..00000000 --- a/internal/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()) } -- cgit v1.3.1