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:
parent
1b78102a6b
commit
db58d2b6b5
2 changed files with 18 additions and 5 deletions
|
@ -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!();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue