diff options
author | Mattias Andrée <maandree@kth.se> | 2016-03-29 23:51:03 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2016-03-29 23:51:03 +0200 |
commit | 9565dc4208bdeacdd5bc73d663afcd4d7dbc834a (patch) | |
tree | d5154fe3177ccfbd89e8b00361bde5ac27fb9b04 /test-all | |
parent | mv __{ => x}sum (diff) | |
download | base-util-tests-9565dc4208bdeacdd5bc73d663afcd4d7dbc834a.tar.gz base-util-tests-9565dc4208bdeacdd5bc73d663afcd4d7dbc834a.tar.bz2 base-util-tests-9565dc4208bdeacdd5bc73d663afcd4d7dbc834a.tar.xz |
add tests for base16, base32, and base64
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
@@ -7,7 +7,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 cksum true false echo test basename dirname uniq cat yes \ - tac rev + tac rev base16 base32 base64 } exec 99>&2 |