1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 03:27:44 +00:00

cksum: when length/bits can't be divided by 8, generate an error

This commit is contained in:
Sylvestre Ledru 2024-05-17 21:06:32 +02:00
parent 1b78102a6b
commit db58d2b6b5
2 changed files with 18 additions and 5 deletions

View file

@ -1105,7 +1105,6 @@ fn test_md5_bits() {
.stderr_contains("f: no properly formatted checksum lines found");
}
#[ignore = "Should fail on bits"]
#[test]
fn test_blake2b_bits() {
let (at, mut ucmd) = at_and_ucmd!();