diff options
author | Mattias Andrée <maandree@kth.se> | 2020-10-21 16:14:44 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2020-10-21 16:14:44 +0200 |
commit | 258c031f0818c60ff251db617201f502519ad253 (patch) | |
tree | 6519089cba9eb03d1acf4e781b1f4ecc0ba3d350 /test | |
parent | Fix typo in man page (diff) | |
download | sha3sum-258c031f0818c60ff251db617201f502519ad253.tar.gz sha3sum-258c031f0818c60ff251db617201f502519ad253.tar.bz2 sha3sum-258c031f0818c60ff251db617201f502519ad253.tar.xz |
Add -z
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'test')
-rwxr-xr-x | test | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -122,4 +122,7 @@ set -e test $x = 1 +## TODO add tests with -z + + rm -r .testdir |