mirror of
https://github.com/restic/restic.git
synced 2026-05-01 08:49:26 +00:00
c0b5ec55ab
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.