mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 03:27:44 +00:00
test(cksum): un-ignore tests that are now implemented
This commit is contained in:
parent
567bbc5f3c
commit
958222a07c
2 changed files with 1 additions and 4 deletions
|
@ -1480,7 +1480,6 @@ mod check_utf8 {
|
|||
}
|
||||
}
|
||||
|
||||
#[ignore = "not yet implemented"]
|
||||
#[test]
|
||||
fn test_check_blake_length_guess() {
|
||||
let correct_lines = [
|
||||
|
@ -1523,7 +1522,6 @@ fn test_check_blake_length_guess() {
|
|||
.stderr_contains("foo.sums: no properly formatted checksum lines found");
|
||||
}
|
||||
|
||||
#[ignore = "not yet implemented"]
|
||||
#[test]
|
||||
fn test_check_confusing_base64() {
|
||||
let cksum = "BLAKE2b-48 (foo.dat) = fc1f97C4";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue