test exit

This commit is contained in:
pvincent
2026-07-24 14:46:01 +04:00
parent d17fd93d60
commit 9b01aa11b7
2 changed files with 12 additions and 0 deletions
+1
View File
@@ -52,6 +52,7 @@ fail_type unbound_variable UNBOUND_VARIABLE
fail_type false FALSE
fail_type return RETURN
fail_type command_not_found COMMAND_NOT_FOUND
fail_type exit EXIT
failed=$((TEST_COUNT - SUCCESS_COUNT))
if [[ $failed -gt 0 ]]; then