diff options
author | Mattias Andrée <maandree@kth.se> | 2016-03-24 11:00:36 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2016-03-24 11:00:36 +0100 |
commit | a48f65702483dd9db441c094b2696e02a51caf76 (patch) | |
tree | b4722b042264be994392eb19eca719970cee90d5 /test-all | |
parent | add echo tests (diff) | |
download | base-util-tests-a48f65702483dd9db441c094b2696e02a51caf76.tar.gz base-util-tests-a48f65702483dd9db441c094b2696e02a51caf76.tar.bz2 base-util-tests-a48f65702483dd9db441c094b2696e02a51caf76.tar.xz |
add more checksum tests
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'test-all')
-rwxr-xr-x | test-all | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ function all() { echo patch md5sum rawshake256sum rawshake512sum sha1sum sha224sum sha256sum sha3-224sum \ sha3-256sum sha3-384sum sha3-512sum sha384sum sha512-224sum sha512-256sum sha512sum \ - shake256sum shake512sum true false echo + shake256sum shake512sum cksum true false echo } if test -n "${IN_PATH}"; then |