mirror of
https://github.com/docker/cli.git
synced 2026-01-13 18:22:35 +03:00
The gotest.tools `fs.NewDir` utility already sets up a `t.Cleanup`, so we can treat it the same as `t.TempDir()` and let it handle cleaning up by itself. We should probably consider replacing some of this with `t.TempDir`. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>