blob: d865df8ddeb68fc49abd1958f8af7d01c8dc7c88 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
# Tests miscellaneous commands.
# Do all commands have help?
$TOP/src/nix-env/nix-env --help | grep -q install
$TOP/src/nix-store/nix-store --help | grep -q realise
$TOP/src/nix-instantiate/nix-instantiate --help | grep -q eval-only
$TOP/src/nix-hash/nix-hash --help | grep -q base32
|