command error

This commit is contained in:
pvincent
2026-07-25 14:34:07 +04:00
parent 1d60766305
commit 98deda9e6c
4 changed files with 10 additions and 8 deletions
+1
View File
@@ -70,6 +70,7 @@ fail_type exit EXIT
fail_type source_not_found SOURCE_NOT_FOUND
fail_type file_not_found FILE_NOT_FOUND
fail_type subshell_error COMMAND_NOT_FOUND '(hint: prefer source than subshell)'
fail_type command_error COMMAND_ERROR
failed=$((TEST_COUNT - SUCCESS_COUNT))