mirror of
https://github.com/tests-always-included/mo.git
synced 2025-04-09 18:21:15 +00:00
Add test that functions are not normally inherited
This commit is contained in:
parent
8aeb20b1c0
commit
61151b307b
@ -1 +1,2 @@
|
||||
base
|
||||
subshell-simple
|
||||
|
9
meta-tests/subshell-simple.sh
Executable file
9
meta-tests/subshell-simple.sh
Executable file
@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
source ./mo
|
||||
bash << "EOF"
|
||||
source ./run-basic-tests
|
||||
if ! (( FAIL )); then
|
||||
exit 1
|
||||
fi
|
||||
EOF
|
Loading…
x
Reference in New Issue
Block a user