Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: assert we don't send extra attributes over in fsinfo
Verify we only send what is specified, this uncovered interesting fsinfo behaviour depending if you send `fnmatch='*.txt'` or `fnmatch=''` the latter does not set `entries` while `*.txt` does likely as `''` does not match anything and thus no `entries` are set.
- Loading branch information