From f347d44c2281f507e3786aa498f634bfa4c92d84 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Wed, 12 Nov 2025 23:12:38 +0900 Subject: internal/helper: relocate from helper This package is ugly and is pending removal only kept alive by xdg-dbus-proxy. Its exported symbols are made available until v0.4.0 where it will be removed for #24. Signed-off-by: Ophestra --- helper/stub_test.go | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 helper/stub_test.go (limited to 'helper/stub_test.go') diff --git a/helper/stub_test.go b/helper/stub_test.go deleted file mode 100644 index 58a25383..00000000 --- a/helper/stub_test.go +++ /dev/null @@ -1,11 +0,0 @@ -package helper_test - -import ( - "os" - "testing" - - "hakurei.app/container" - "hakurei.app/helper" -) - -func TestMain(m *testing.M) { container.TryArgv0(nil); helper.InternalHelperStub(); os.Exit(m.Run()) } -- cgit v1.3.1