before child_error fix
This commit is contained in:
@@ -90,11 +90,10 @@ function do_file_not_found {
|
||||
./lib/fake/nope.bash
|
||||
}
|
||||
|
||||
function do_subshell_error {
|
||||
output=$(miaou_debug "---subshell1--$$ $BASHPID $PPID--")
|
||||
output=$(miaou_debug "---subshell2--$$ $BASHPID $PPID--")
|
||||
: "$output"
|
||||
function do_child_error {
|
||||
"$BASEDIR/extra/library.bash"
|
||||
echo SHOULD NOT APPEAR
|
||||
. "$BASEDIR/extra/library.bash"
|
||||
}
|
||||
|
||||
function do_command_error {
|
||||
|
||||
Reference in New Issue
Block a user