(m *testing.M)
| 27 | ) |
| 28 | |
| 29 | func TestMain(m *testing.M) { |
| 30 | testutil.M(m) |
| 31 | } |
| 32 | |
| 33 | // TestIssue108 tests https://github.com/containerd/nerdctl/issues/108 |
| 34 | // ("`nerdctl run --net=host -it` fails while `nerdctl run -it --net=host` works") |
nothing calls this directly
no test coverage detected
searching dependent graphs…