From b8abebfaf967a82304b3a97ec511e778b4a50633 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dorian=20P=C3=A9ron?= Date: Mon, 3 Feb 2025 01:33:27 +0100 Subject: [PATCH] test(cksum): un-ignore now passing test `test_blake2b_tested_with_sha1` --- tests/by-util/test_cksum.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/by-util/test_cksum.rs b/tests/by-util/test_cksum.rs index 232793d26..6120e1a18 100644 --- a/tests/by-util/test_cksum.rs +++ b/tests/by-util/test_cksum.rs @@ -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!();