mirror of
https://github.com/NixOS/nix.git
synced 2025-12-14 21:11:04 +01:00
nix develop: Add a test for bash functions
This commit is contained in:
parent
9fc7da1e08
commit
e50408bd31
2 changed files with 4 additions and 0 deletions
|
|
@ -101,3 +101,4 @@ source <(nix print-dev-env -f shell.nix shellDrv)
|
|||
[[ ${arr1[2]} = "3 4" ]]
|
||||
[[ ${arr2[1]} = $'\n' ]]
|
||||
[[ ${arr2[2]} = $'x\ny' ]]
|
||||
[[ $(fun) = blabla ]]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue