The following differs between GNU and Rust... ``` $ echo foo > f $ tail -v < f ``` GNU output... ``` ==> standard input <== foo ``` Rust output... ``` foo ``` I did a bit of sleuthing on this... The test case for this was disabled back in 2022 [here](https://github.com/uutils/coreutils/commit/982fb682e9ddf52b41288e1b23ddf526c29457ef). I'm going to fix.
The following differs between GNU and Rust...
GNU output...
Rust output...
I did a bit of sleuthing on this... The test case for this was disabled back in 2022 here.
I'm going to fix.