1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2026-01-17 02:31:02 +00:00
uutils-coreutils/tests
Daniel Hofstetter 0781ad0a65 cksum: fix output of --algorithm
for the algorithms md5, sha[1,224,256,384,512], blake2b, and sm3 from

<digest> <filesize> <filename>

to

<algo name> (<filename>) = <digest>

to use the same format as GNU cksum
2023-05-11 14:24:43 +02:00
..
benches/factor factor: add -h/--exponents option (#4710) 2023-04-14 21:20:19 +02:00
by-util cksum: fix output of --algorithm 2023-05-11 14:24:43 +02:00
common tests: fix unused import "rstest::rstest" warning 2023-03-26 11:53:20 +02:00
fixtures cksum: fix output of --algorithm 2023-05-11 14:24:43 +02:00
test_util_name.rs chore: run cargo +nightly clippy --fix 2022-11-16 11:09:44 +02:00
tests.rs tests: remove all "extern crate" statements 2023-04-10 08:31:31 +02:00