1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2026-01-16 18:21:01 +00:00
uutils-coreutils/tests
Jeffrey Finkelstein abf4c69b28 tac: correct error message when reading from dir.
Correct the error message produced by `tac` when trying to read from a
directory. Previously if the path 'a' referred to a directory, then
running `tac a` would produce the error message

    dir: read error: Invalid argument

after this commit it produces

    a: read error: Invalid argument

which matches GNU `tac`.
2021-07-25 13:55:24 -04:00
..
benches/factor refactor ~ cargo make format 2021-05-31 08:23:58 -05:00
by-util tac: correct error message when reading from dir. 2021-07-25 13:55:24 -04:00
common fix various clippy issues 2021-07-11 11:22:33 +02:00
fixtures sort/ls: implement version cmp matching GNU spec 2021-06-27 15:29:17 +02:00
tests.rs tests ~ use build.rs build list of test_UTIL module files 2020-06-02 12:17:30 -05:00