mirror of
https://github.com/containerd/containerd.git
synced 2026-08-09 09:33:06 +00:00
This commit makes all of the recommended changes to use the `testing` package helper functions instead of doing the equivalent longhand versions of the same thing. This change was needed in order to properly detect errors, as the code would previously skip running `tenv` stating that it had been deprecated in favor of `usetesting`. Signed-off-by: Enji Cooper <yaneurabeya@gmail.com>