diff options
author | Mattias Andrée <maandree@kth.se> | 2016-03-27 21:46:09 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2016-03-27 21:46:09 +0200 |
commit | 0f59f6c7901b521b9a72240f0f83a293b655a60a (patch) | |
tree | 0181ed5338ba8c554888762c7471712ab323fd35 /test-all | |
parent | add tac test (diff) | |
download | base-util-tests-0f59f6c7901b521b9a72240f0f83a293b655a60a.tar.gz base-util-tests-0f59f6c7901b521b9a72240f0f83a293b655a60a.tar.bz2 base-util-tests-0f59f6c7901b521b9a72240f0f83a293b655a60a.tar.xz |
m + add rev test
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 + tac rev } exec 99>&2 |