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:
parent
dbe7a20e08
commit
0882eea07c
5 changed files with 93 additions and 106 deletions
|
@ -561,8 +561,7 @@ fn test_blake2b_512() {
|
|||
.arg("--check")
|
||||
.arg("checksum")
|
||||
.succeeds()
|
||||
.stdout_contains("")
|
||||
.stderr_contains("");
|
||||
.no_output();
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue