restic/internal/backend/mem
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
..
mem_backend.go backend: remove Test method 2022-12-03 11:28:10 +01:00
mem_backend_test.go backend: remove Test method 2022-12-03 11:28:10 +01:00