coreutils/tests
Jeffrey Finkelstein 83f96ec29d tail: don't error when following non-UTF-8 data
Fix a bug where `tail -f` would terminate with an error due to failing
to parse a UTF-8 string from a sequence of bytes read from the
followed file. This commit replaces the call to `BufRead::read_line()`
with a call to `BufRead::read_until()` so that any sequence of bytes
regardless of encoding can be read.

Fixes #1050.
2022-01-24 21:32:52 -05:00
..
benches/factor refactor ~ cargo make format 2021-05-31 08:23:58 -05:00
by-util tail: don't error when following non-UTF-8 data 2022-01-24 21:32:52 -05:00
common tail: don't error when following non-UTF-8 data 2022-01-24 21:32:52 -05:00
fixtures join: add support for -z option 2022-01-16 17:56:07 -05:00
test_util_name.rs tests: silence clippy warnings for unused_imports 2021-10-10 00:52:18 +02:00
tests.rs tests ~ use build.rs build list of test_UTIL module files 2020-06-02 12:17:30 -05:00