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

test(cksum): un-ignore now passing test test_blake2b_tested_with_sha1

This commit is contained in:
Dorian Péron 2025-02-03 01:33:27 +01:00 committed by Dorian Peron
parent 2fadd253f7
commit b8abebfaf9

View file

@ -1187,7 +1187,6 @@ fn test_bsd_case() {
.stderr_contains("f: no properly formatted checksum lines found");
}
#[ignore = "Different output"]
#[test]
fn test_blake2d_tested_with_sha1() {
let (at, mut ucmd) = at_and_ucmd!();