source and file not found
This commit is contained in:
@@ -79,6 +79,13 @@ function do_unbound_variable {
|
||||
echo "b=${b}"
|
||||
}
|
||||
|
||||
function do_source_not_found {
|
||||
source "./lib/fake/nope.bash"
|
||||
}
|
||||
|
||||
function do_file_not_found {
|
||||
./lib/fake/nope.bash
|
||||
}
|
||||
# FUNCTIONS
|
||||
|
||||
function call_function_which_will_exit {
|
||||
|
||||
Reference in New Issue
Block a user