test: fs: fs-test: Move the tests to use sha256sum
authorPeter Robinson <pbrobinson@gmail.com>
Tue, 19 Dec 2023 22:01:50 +0000 (22:01 +0000)
committerTom Rini <trini@konsulko.com>
Fri, 12 Jan 2024 02:19:25 +0000 (21:19 -0500)
commitbbd6618fb57a70609c7eb768a6286496aa234c0d
tree542c84f882f5b4da437f7b2a26a9b7f8243cb54f
parent3d74a0977f5142f69e42e399f730c8e3ad9917d3
test: fs: fs-test: Move the tests to use sha256sum

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 <pbrobinson@gmail.com>
test/fs/fs-test.sh