test command_not_found

This commit is contained in:
pvincent
2026-07-24 14:41:01 +04:00
parent 626afc2987
commit d17fd93d60
3 changed files with 9 additions and 4 deletions
+5
View File
@@ -26,6 +26,11 @@ function do_last_false {
function do_return {
echo START
return 99
}
function do_command_not_found {
echo START
command_not_found A B C
echo SHOULD NOT APPEAR
}