(t *testing.T)
| 661 | } |
| 662 | |
| 663 | func TestWalkInfiniteRecursion(t *testing.T) { |
| 664 | _, dir := setup(t) |
| 665 | testWalkInfiniteRecursion(t, FilesystemTypeBasic, dir) |
| 666 | } |
| 667 | |
| 668 | type testXattrFilter struct{} |
| 669 |
nothing calls this directly
no test coverage detected