1
0
mirror of https://github.com/restic/restic.git synced 2024-07-04 09:00:54 +02:00
Commit Graph

2 Commits

Author SHA1 Message Date
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
Michael Eischer
163ab9c025 mock: move to internal/backend 2022-07-17 13:40:06 +02:00