[Bug 264623] md5/sha*sum fails after non-existing file even if checksum is correct

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 12 Jun 2022 01:00:05 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264623

--- Comment #1 from György Pásztor <coruscant0@gmail.com> ---
Example outpuut from the original behavior:
m.tar.0405: OK
m.tar.0406: OK
sha512sum: m.tar.0407: No such file or directory
m.tar.0408: FAILED

Example output from the fixed behavior:
m.tar.0405: OK
m.tar.0406: OK
sha512sum: m.tar.0407: No such file or directory
m.tar.0408: OK

-- 
You are receiving this mail because:
You are the assignee for the bug.