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

cksum/hashsum: factor the error structure and use it more

This commit is contained in:
Sylvestre Ledru 2024-05-25 10:04:40 +02:00
parent dbe7a20e08
commit 0882eea07c
5 changed files with 93 additions and 106 deletions

View file

@ -561,8 +561,7 @@ fn test_blake2b_512() {
.arg("--check")
.arg("checksum")
.succeeds()
.stdout_contains("")
.stderr_contains("");
.no_output();
}
#[test]