mirror of
https://github.com/NixOS/nix
synced 2025-07-07 06:01:48 +02:00
Add test for #4992
This commit is contained in:
parent
5f6375a816
commit
9fc7da1e08
2 changed files with 3 additions and 0 deletions
|
@ -99,3 +99,5 @@ nix_develop -f shell.nix shellDrv -c echo foo |& grep -q foo
|
|||
source <(nix print-dev-env -f shell.nix shellDrv)
|
||||
[[ -n $stdenv ]]
|
||||
[[ ${arr1[2]} = "3 4" ]]
|
||||
[[ ${arr2[1]} = $'\n' ]]
|
||||
[[ ${arr2[2]} = $'x\ny' ]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue