|
|
@ -52,6 +52,7 @@ fail_type unbound_variable UNBOUND_VARIABLE |
|
|
fail_type false FALSE |
|
|
fail_type false FALSE |
|
|
fail_type return RETURN |
|
|
fail_type return RETURN |
|
|
fail_type command_not_found COMMAND_NOT_FOUND |
|
|
fail_type command_not_found COMMAND_NOT_FOUND |
|
|
|
|
|
fail_type exit EXIT |
|
|
|
|
|
|
|
|
failed=$((TEST_COUNT - SUCCESS_COUNT)) |
|
|
failed=$((TEST_COUNT - SUCCESS_COUNT)) |
|
|
if [[ $failed -gt 0 ]]; then |
|
|
if [[ $failed -gt 0 ]]; then |
|
|
|