From a8c6c4a2a91e163838ee0f497b7298e32981e9cc Mon Sep 17 00:00:00 2001 From: pvincent Date: Wed, 26 Aug 2026 18:38:50 +0400 Subject: [PATCH] TODO test --- test/miaou-bash.test.bash | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/test/miaou-bash.test.bash b/test/miaou-bash.test.bash index 7efa8ad..58d981e 100755 --- a/test/miaou-bash.test.bash +++ b/test/miaou-bash.test.bash @@ -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))