diff options
author | Tianjia Zhang <tianjia.zhang@linux.alibaba.com> | 2021-09-17 11:06:58 +0800 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2021-09-17 12:08:19 +0100 |
commit | a2b5e9f85b572d2c441f3d7ad04cd2d0a7e92465 (patch) | |
tree | 487d0526bacf1de09892f969b66dcecf0cb9d152 /tests/misc/cksum-a.sh | |
parent | 8922ee206c657797315db16fba564c25253cac85 (diff) | |
download | coreutils-a2b5e9f85b572d2c441f3d7ad04cd2d0a7e92465.tar.gz |
tests: fix typo in cksum-a.sh
* tests/misc/cksum-a.sh: fix typo md5um to md5sum.
Diffstat (limited to 'tests/misc/cksum-a.sh')
-rwxr-xr-x | tests/misc/cksum-a.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/cksum-a.sh b/tests/misc/cksum-a.sh index 3bd41dbe5..9a58e1c2d 100755 --- a/tests/misc/cksum-a.sh +++ b/tests/misc/cksum-a.sh @@ -23,7 +23,7 @@ cat > input_options <<\EOF || framework_failure_ bsd sum -r sysv sum -s crc cksum -md5 md5um -t +md5 md5sum -t sha1 sha1sum -t sha224 sha224sum -t sha256 sha256sum -t |