mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 19:47:45 +00:00
hashsum: support --check for algorithms with variable output length (#2583)
* hashsum: support --check for var. length outputs Add the ability for `hashsum --check` to work with algorithms with variable output length. Previously, the program would terminate with an error due to constructing an invalid regular expression. * fixup! hashsum: support --check for var. length outputs
This commit is contained in:
parent
b828e922e5
commit
bdc0f4b7c3
15 changed files with 40 additions and 4 deletions
1
tests/fixtures/hashsum/b2sum.checkfile
vendored
Normal file
1
tests/fixtures/hashsum/b2sum.checkfile
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
7355dd5276c21cfe0c593b5063b96af3f96a454b33216f58314f44c3ade92e9cd6cec4210a0836246780e9baf927cc50b9a3d7073e8f9bd12780fddbcb930c6d input.txt
|
Loading…
Add table
Add a link
Reference in a new issue