mirror of
https://github.com/octoleo/restic.git
synced 2024-11-24 13:47:42 +00:00
walker: test skipping for root node
This commit is contained in:
parent
0b39940fdb
commit
fdcbb53017
@ -232,6 +232,13 @@ func TestWalker(t *testing.T) {
|
||||
"/subdir",
|
||||
},
|
||||
),
|
||||
checkSkipFor(
|
||||
map[string]struct{}{
|
||||
"/": {},
|
||||
}, []string{
|
||||
"/",
|
||||
},
|
||||
),
|
||||
},
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user