mirror of
https://github.com/NixOS/nix
synced 2025-07-08 06:53:54 +02:00
* More tests.
This commit is contained in:
parent
ddb78dfc3d
commit
f0d6318dd1
2 changed files with 10 additions and 1 deletions
8
tests/misc.sh
Normal file
8
tests/misc.sh
Normal file
|
@ -0,0 +1,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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue