Re: [PATCH] test: fs: fs-test: Move the tests to use sha256sum

2024-01-12 Thread Tom Rini
On Tue, Dec 19, 2023 at 10:01:50PM +, Peter Robinson wrote: > Move the use of md5s for recording filesystem file integrity > checks to sha256 hashes as they're preferred due to being > less likely to produce clashing hashes. In the process > generalise some of the wording to use the more gener

[PATCH] test: fs: fs-test: Move the tests to use sha256sum

2023-12-19 Thread Peter Robinson
Move the use of md5s for recording filesystem file integrity checks to sha256 hashes as they're preferred due to being less likely to produce clashing hashes. In the process generalise some of the wording to use the more generic hash term. Signed-off-by: Peter Robinson --- test/fs/fs-test.sh | 1