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:
parent
b8abebfaf9
commit
f2cf08b4e6
2 changed files with 15 additions and 10 deletions
|
@ -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!();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue