12 lines
280 B
YAML
12 lines
280 B
YAML
|
- name: Basic
|
||
|
file: ./tests/subshells/basic.sh
|
||
|
|
||
|
- name: Subshell in subshell
|
||
|
file: ./tests/subshells/subshell_in_subshell.sh
|
||
|
|
||
|
- name: Function in subshell
|
||
|
file: ./tests/subshells/fun_in_subshell.sh
|
||
|
|
||
|
- name: Multiple variables
|
||
|
file: ./tests/subshells/multiple_variables.sh
|