1
0
mirror of https://github.com/restic/restic.git synced 2024-07-02 08:40:55 +02:00
restic/internal/backend/local
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
..
config.go local: Limit concurrent backend operations 2022-04-09 12:21:38 +02:00
doc.go Moves files 2017-07-23 14:19:13 +02:00
layout_test.go local: Limit concurrent backend operations 2022-04-09 12:21:38 +02:00
local_internal_test.go local: Limit concurrent backend operations 2022-04-09 12:21:38 +02:00
local_test.go Replace most usages of ioutil with the underlying function 2022-12-02 19:36:43 +01:00
local_unix.go backend/local: Ignore ENOTTY for fsync on Mac 2022-11-11 22:51:51 +01:00
local_windows.go backend/local: Ignore ENOTTY for fsync on Mac 2022-11-11 22:51:51 +01:00
local.go backend: remove Test method 2022-12-03 11:28:10 +01:00