mirror of
https://github.com/restic/restic.git
synced 2025-08-23 14:57:37 +00:00
walker: test skipping for root node
This commit is contained in:
@@ -232,6 +232,13 @@ func TestWalker(t *testing.T) {
|
||||
"/subdir",
|
||||
},
|
||||
),
|
||||
checkSkipFor(
|
||||
map[string]struct{}{
|
||||
"/": {},
|
||||
}, []string{
|
||||
"/",
|
||||
},
|
||||
),
|
||||
},
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user