1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2026-01-18 11:11:10 +00:00
uutils-coreutils/src/uu/test
Nathan Houghton dbfd700502 test: use mtime for -ot and fix direction of comparison
- Use the file modification time instead of the creation time (matches
  GNU coreutils documentation)

- Fix direction of comparison (a < b instead of a > b)

- Extend test case to cover both the 0 and 1 exit code cases
2023-10-22 17:44:40 -07:00
..
src test: use mtime for -ot and fix direction of comparison 2023-10-22 17:44:40 -07:00
Cargo.toml 0.0.21 => 0.0.22 2023-10-15 14:33:23 +02:00
LICENSE Include license text in all published crates 2022-03-05 21:21:46 +01:00
test.md test: move help strings to markdown file (#4816) 2023-05-02 21:48:59 +02:00