1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 19:47:45 +00:00

test(cksum): fix and un-ignore test_md5_bits

This commit is contained in:
Dorian Péron 2025-02-03 02:09:45 +01:00 committed by Dorian Peron
parent b8abebfaf9
commit f2cf08b4e6
2 changed files with 15 additions and 10 deletions

View file

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