source and file not found

This commit is contained in:
pvincent
2026-07-24 14:55:35 +04:00
parent 9b01aa11b7
commit 90569007e9
2 changed files with 9 additions and 0 deletions
+7
View File
@@ -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 {