TODO test

This commit is contained in:
pvincent
2026-08-26 18:38:50 +04:00
parent bccd9af8fd
commit a8c6c4a2a9
+7
View File
@@ -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))