test exit
This commit is contained in:
@@ -34,6 +34,12 @@ function do_command_not_found {
|
||||
echo SHOULD NOT APPEAR
|
||||
}
|
||||
|
||||
function do_exit {
|
||||
echo START
|
||||
call_function_which_will_exit
|
||||
echo SHOULD NOT APPEAR
|
||||
}
|
||||
|
||||
function do_unbound_associative {
|
||||
declare -A associative
|
||||
associative['A']='Abc'
|
||||
@@ -75,6 +81,11 @@ function do_unbound_variable {
|
||||
|
||||
# FUNCTIONS
|
||||
|
||||
function call_function_which_will_exit {
|
||||
exit 99
|
||||
|
||||
}
|
||||
|
||||
function F2 {
|
||||
echo "stdout A"
|
||||
# echo toto >>/tmp/toto
|
||||
|
||||
Reference in New Issue
Block a user