1
0
mirror of https://github.com/restic/restic.git synced 2024-07-02 08:40:55 +02:00
restic/internal/backend/retry
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_retry_test.go backend: remove Test method 2022-12-03 11:28:10 +01:00
backend_retry.go backend: remove Test method 2022-12-03 11:28:10 +01:00
testing.go backend: Split RetryBackend into own package 2022-10-21 21:38:17 +02:00