forked from TrueCloudLab/restic
Remove backend.Tree
This commit is contained in:
parent
29ead95c96
commit
ec108fb708
7 changed files with 8 additions and 31 deletions
|
@ -15,7 +15,7 @@ import (
|
|||
func testBackend(b backend.Backend, t *testing.T) {
|
||||
for _, tpe := range []backend.Type{
|
||||
backend.Data, backend.Key, backend.Lock,
|
||||
backend.Snapshot, backend.Tree, backend.Index,
|
||||
backend.Snapshot, backend.Index,
|
||||
} {
|
||||
// detect non-existing files
|
||||
for _, test := range TestStrings {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue