Suppress unused warnings about stderr and stderr_lines from bats tests, fixing tests.

This commit is contained in:
Vidar Holen 2024-08-31 18:27:18 -07:00
parent 68e6f02267
commit 1487e57a46
1 changed files with 3 additions and 0 deletions

View File

@ -62,6 +62,9 @@ internalVariables = [
, "FLAGS_ARGC", "FLAGS_ARGV", "FLAGS_ERROR", "FLAGS_FALSE", "FLAGS_HELP",
"FLAGS_PARENT", "FLAGS_RESERVED", "FLAGS_TRUE", "FLAGS_VERSION",
"flags_error", "flags_return"
-- Bats
,"stderr", "stderr_lines"
]
specialIntegerVariables = [