before subshell error test hint

This commit is contained in:
pvincent
2026-07-25 13:40:47 +04:00
parent 805dbce919
commit 9880ade93b
3 changed files with 11 additions and 12 deletions
+2 -6
View File
@@ -87,17 +87,13 @@ function do_file_not_found {
./lib/fake/nope.bash
}
function do_subshell_source_not_found {
function do_subshell_error {
output=$(miaou_debug "---subshell1--$$ $BASHPID $PPID--")
output=$(miaou_debug "---subshell2--$$ $BASHPID $PPID--")
: "$output"
"${MIAOU_BASH_DIR}/test/stub/extra/library.bash"
"$BASEDIR/extra/library.bash"
}
function do_subshell_error {
:
}
# FUNCTIONS
function call_function_which_will_exit {