diff --git a/internal/walker/walker_test.go b/internal/walker/walker_test.go index cf9dd4168..786570e02 100644 --- a/internal/walker/walker_test.go +++ b/internal/walker/walker_test.go @@ -232,6 +232,13 @@ func TestWalker(t *testing.T) { "/subdir", }, ), + checkSkipFor( + map[string]struct{}{ + "/": {}, + }, []string{ + "/", + }, + ), }, }, {