mirror of
https://github.com/octoleo/restic.git
synced 2025-02-07 14:28:23 +00:00
TestRepository and its variants always returned no-op cleanup functions. If they ever do need to do cleanup, using testing.T.Cleanup is easier than passing these functions around.