diff options
author | Mattias Andrée <maandree@kth.se> | 2016-03-27 21:09:10 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2016-03-27 21:09:10 +0200 |
commit | 51072ac2226026902b739d0792bf4a826ec71414 (patch) | |
tree | e0fa846fbd39c98e1f1dabc7dd07ce00a08e653b /test-all | |
parent | m (diff) | |
download | base-util-tests-51072ac2226026902b739d0792bf4a826ec71414.tar.gz base-util-tests-51072ac2226026902b739d0792bf4a826ec71414.tar.bz2 base-util-tests-51072ac2226026902b739d0792bf4a826ec71414.tar.xz |
add yes 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
@@ -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 cksum true false echo test basename dirname uniq cat + shake256sum shake512sum cksum true false echo test basename dirname uniq cat yes } exec 99>&2 |