2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-16 15:52:23 +00:00
restic/internal/backend/mock
Michael Eischer 40ac678252 backend: remove Test method
The Test method was only used in exactly one place, namely when trying
to create a new repository it was used to check whether a config file
already exists.

Use a combination of Stat() and IsNotExist() instead.
2022-12-03 11:28:10 +01:00
..
backend.go backend: remove Test method 2022-12-03 11:28:10 +01:00