diff options
Diffstat (limited to 'internal/rosa/rosa_test.go')
| -rw-r--r-- | internal/rosa/rosa_test.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/internal/rosa/rosa_test.go b/internal/rosa/rosa_test.go index 86468ea4..76e8a53e 100644 --- a/internal/rosa/rosa_test.go +++ b/internal/rosa/rosa_test.go @@ -10,7 +10,6 @@ import ( "testing" "hakurei.app/check" - "hakurei.app/container" "hakurei.app/internal/pkg" "hakurei.app/internal/rosa" "hakurei.app/message" @@ -28,8 +27,6 @@ var ( ) func TestMain(m *testing.M) { - container.TryArgv0(nil) - code := m.Run() if buildTestCache != nil { buildTestCacheCancel() |
