ouch-org / ouch

Painless compression and decompression in the terminal
https://crates.io/crates/ouch
Other
2.23k stars 76 forks source link

Fix confusion between empty/nonempty test. #690

Closed rcorre closed 3 months ago

rcorre commented 3 months ago

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.

marcospb19 commented 3 months ago

Huh! :sweat_smile: that's odd! Thanks for the fix.