|
|
|
@ -181,6 +181,13 @@ time { |
|
|
|
fail_stderr_grep script_not_found "ERROR: script 'doesnt_exist' not found!" |
|
|
|
fail_stderr_grep no_script 'ERROR: script expected!' |
|
|
|
|
|
|
|
# TODO: I18n tests for: |
|
|
|
# /opt/miaou-bash/test/stub/scenario.bash unbound_variable |
|
|
|
# /opt/miaou-bash/test/stub/scenario.bash unbound_associative |
|
|
|
# /opt/miaou-bash/test/stub/scenario.bash command_not_found |
|
|
|
# /opt/miaou-bash/test/stub/scenario.bash source_not_found |
|
|
|
# /opt/miaou-bash/test/stub/scenario.bash file_not_found |
|
|
|
|
|
|
|
} |
|
|
|
failed=${#failures[@]} |
|
|
|
success=$((test_count - failed)) |
|
|
|
|