mirror of
https://github.com/NixOS/nix
synced 2025-07-06 21:41:48 +02:00
Add some tests for illegal output names
This commit is contained in:
parent
95cfd50d25
commit
1ebfa6ba2d
3 changed files with 15 additions and 2 deletions
|
@ -83,3 +83,6 @@ nix-store --gc --keep-derivations --keep-outputs
|
|||
nix-store --gc --print-roots
|
||||
rm -rf $NIX_STORE_DIR/.links
|
||||
rmdir $NIX_STORE_DIR
|
||||
|
||||
nix build -f multiple-outputs.nix invalid-output-name-1 2>&1 | grep 'contains illegal character'
|
||||
nix build -f multiple-outputs.nix invalid-output-name-2 2>&1 | grep 'contains illegal character'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue