aboutsummaryrefslogtreecommitdiffhomepage
path: root/helper/stub_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'helper/stub_test.go')
-rw-r--r--helper/stub_test.go6
1 files changed, 1 insertions, 5 deletions
diff --git a/helper/stub_test.go b/helper/stub_test.go
index 0679a737..58a25383 100644
--- a/helper/stub_test.go
+++ b/helper/stub_test.go
@@ -8,8 +8,4 @@ import (
"hakurei.app/helper"
)
-func TestMain(m *testing.M) {
- container.TryArgv0(nil)
- helper.InternalHelperStub()
- os.Exit(m.Run())
-}
+func TestMain(m *testing.M) { container.TryArgv0(nil); helper.InternalHelperStub(); os.Exit(m.Run()) }