diff options
author | Mattias Andrée <maandree@kth.se> | 2016-03-30 01:37:48 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2016-03-30 01:38:52 +0200 |
commit | c539b0ff0e0c2be417147faa46fd13a76ca70891 (patch) | |
tree | 324afbeed69f6a7a0f4b5b87240605b3d97d2e69 /test-all | |
parent | add nologin-test (diff) | |
download | base-util-tests-c539b0ff0e0c2be417147faa46fd13a76ca70891.tar.gz base-util-tests-c539b0ff0e0c2be417147faa46fd13a76ca70891.tar.bz2 base-util-tests-c539b0ff0e0c2be417147faa46fd13a76ca70891.tar.xz |
add printenv 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 rev base16 base32 base64 nologin + tac rev base16 base32 base64 nologin printenv } exec 99>&2 |