not yet done with subshell error
This commit is contained in:
@@ -86,6 +86,18 @@ function do_source_not_found {
|
||||
function do_file_not_found {
|
||||
./lib/fake/nope.bash
|
||||
}
|
||||
|
||||
function do_subshell_source_not_found {
|
||||
output=$(miaou_debug "---subshell1--$$ $BASHPID $PPID--")
|
||||
output=$(miaou_debug "---subshell2--$$ $BASHPID $PPID--")
|
||||
: "$output"
|
||||
"${MIAOU_BASH_DIR}/test/stub/extra/library.bash"
|
||||
|
||||
}
|
||||
|
||||
function do_subshell_error {
|
||||
:
|
||||
}
|
||||
# FUNCTIONS
|
||||
|
||||
function call_function_which_will_exit {
|
||||
|
||||
Reference in New Issue
Block a user