diff options
author | Mattias Andrée <maandree@kth.se> | 2016-03-27 21:25:38 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2016-03-27 21:25:38 +0200 |
commit | c3a9eba0ec03fd8d5d7add17af16300e87ab11bc (patch) | |
tree | 634958c4404ea412ffd3f546972675a01573c0d9 /test-all | |
parent | add yes test (diff) | |
download | base-util-tests-c3a9eba0ec03fd8d5d7add17af16300e87ab11bc.tar.gz base-util-tests-c3a9eba0ec03fd8d5d7add17af16300e87ab11bc.tar.bz2 base-util-tests-c3a9eba0ec03fd8d5d7add17af16300e87ab11bc.tar.xz |
add tac test
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'test-all')
-rwxr-xr-x | test-all | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -6,7 +6,8 @@ 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 + shake256sum shake512sum cksum true false echo test basename dirname uniq cat yes \ + tac } exec 99>&2 |