mirror of
https://github.com/containers/skopeo.git
synced 2025-04-27 11:01:18 +00:00
This saves us at least 2 lines (error check, and cleanup) on every instance, or in some cases adds cleanup that we forgot. This is inspired by, but not directly related to, Go 1.15's addition of Testing.T.TempDir. NOTE: This might significantly increase the tests' disk space requirements; AFAICS the temporary directories are only cleaned up when a whole "suite finishes running. Signed-off-by: Miloslav Trmač <mitr@redhat.com> |
||
---|---|---|
.. | ||
fixtures | ||
blocked_test.go | ||
check_test.go | ||
copy_test.go | ||
decompress-dirs.sh | ||
fixtures_info_test.go | ||
openshift_shell_test.go | ||
openshift.go | ||
procutils_linux.go | ||
procutils.go | ||
proxy_test.go | ||
registry.go | ||
signing_test.go | ||
sync_test.go | ||
utils.go |