1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 11:37:44 +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:
jfinkels 2021-08-23 12:35:19 -04:00 committed by GitHub
parent b828e922e5
commit bdc0f4b7c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 40 additions and 4 deletions

1
tests/fixtures/hashsum/md5.checkfile vendored Normal file
View file

@ -0,0 +1 @@
e4d7f1b4ed2e42d15898f4b27b019da4 input.txt