mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 19:17:43 +00:00
tests/cksum: add tests for the length argument
This commit is contained in:
parent
037073d852
commit
09ef150085
3 changed files with 38 additions and 0 deletions
2
tests/fixtures/cksum/supported_length.expected
vendored
Normal file
2
tests/fixtures/cksum/supported_length.expected
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
BLAKE2b-16 (lorem_ipsum.txt) = 7e2f
|
||||
BLAKE2b-16 (alice_in_wonderland.txt) = a546
|
2
tests/fixtures/cksum/unsupported_length.expected
vendored
Normal file
2
tests/fixtures/cksum/unsupported_length.expected
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
cksum: invalid length: ‘15’
|
||||
cksum: length is not a multiple of 8
|
Loading…
Add table
Add a link
Reference in a new issue