aboutsummaryrefslogtreecommitdiffstats
path: root/tests/misc/read-errors.sh
diff options
context:
space:
mode:
authorPádraig Brady <P@draigBrady.com>2025-09-04 14:42:03 +0100
committerPádraig Brady <P@draigBrady.com>2025-09-04 14:52:21 +0100
commita43a17f2169a3761a689035a476bf5482c4b4f7c (patch)
tree771660a5c0d9f0d25416d4c45a847d29aa55abd2 /tests/misc/read-errors.sh
parentdoc: NEWS: expand on the fold multi-byte enhancements (diff)
downloadcoreutils-a43a17f2169a3761a689035a476bf5482c4b4f7c.tar.gz
coreutils-a43a17f2169a3761a689035a476bf5482c4b4f7c.zip
tests: cksum: check more length variants
* tests/cksum/cksum-raw.sh: Adjust to non legacy naming, and also check various length variations. * tests/misc/read-errors.sh: Likewise.
Diffstat (limited to 'tests/misc/read-errors.sh')
-rwxr-xr-xtests/misc/read-errors.sh12
1 files changed, 8 insertions, 4 deletions
diff --git a/tests/misc/read-errors.sh b/tests/misc/read-errors.sh
index 1a78a7990..f491b905e 100755
--- a/tests/misc/read-errors.sh
+++ b/tests/misc/read-errors.sh
@@ -30,10 +30,14 @@ cksum -a crc .
cksum -a crc32b .
cksum -a md5 .
cksum -a sha1 .
-cksum -a sha224 .
-cksum -a sha256 .
-cksum -a sha384 .
-cksum -a sha512 .
+cksum -a sha2 -l 224 .
+cksum -a sha2 -l 256 .
+cksum -a sha2 -l 384 .
+cksum -a sha2 -l 512 .
+cksum -a sha3 -l 224 .
+cksum -a sha3 -l 256 .
+cksum -a sha3 -l 384 .
+cksum -a sha3 -l 512 .
cksum -a sm3 .
cksum -a sysv .
comm . .