diff options
Diffstat (limited to 'internal/pkg')
| -rw-r--r-- | internal/pkg/pkg_test.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/internal/pkg/pkg_test.go b/internal/pkg/pkg_test.go index 39218d96..b23948f8 100644 --- a/internal/pkg/pkg_test.go +++ b/internal/pkg/pkg_test.go @@ -85,8 +85,6 @@ func newRContext(tb testing.TB, c *pkg.Cache) *pkg.RContext { return &r } -func TestMain(m *testing.M) { container.TryArgv0(nil); os.Exit(m.Run()) } - // overrideIdent overrides the ID method of [Artifact]. type overrideIdent struct { id pkg.ID |
