Files
moby/integration
Sebastiaan van Stijn eede75c9d4 testing: remove some defer cleanup in favor of test.Cleanup()
gotest.tools v3.0.1 and up support Go's native test.Cleanup(), which
means that manually calling the cleanup functions in a defer is no
longer needed.

Some of these could probably be replaced by Go's native `t.TempDir()`,
but keeping that for a follow-up exercise.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2025-04-19 16:35:24 +02:00
..
2025-04-10 14:22:40 +01:00
2025-04-07 16:56:49 +01:00
2021-05-18 09:43:21 +02:00
2018-02-05 16:51:57 -05:00