Revert "hypothesis_strategies: Ensure to generate valid directory entry name"
This reverts commit c525484e.
That commit unnecessarily restricted dir entries to be valid UTF-8.
This diffs goes back to generating arbitrary bytes, and D6788
will restrict it to arbitrary bytes without /
.
Migrated from D6787 (view on Phabricator)