Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix confusion between empty/nonempty test.
The single_empty_file test was writing random content to the file, whereas the single_file test was writing an empty file. Only the latter tested different levels, so I figured that test was the one that should be using actual file content.
- Loading branch information