Suppress unused warnings about stderr and stderr_lines from bats tests, fixing tests.
This commit is contained in:
parent
68e6f02267
commit
1487e57a46
|
@ -62,6 +62,9 @@ internalVariables = [
|
||||||
, "FLAGS_ARGC", "FLAGS_ARGV", "FLAGS_ERROR", "FLAGS_FALSE", "FLAGS_HELP",
|
, "FLAGS_ARGC", "FLAGS_ARGV", "FLAGS_ERROR", "FLAGS_FALSE", "FLAGS_HELP",
|
||||||
"FLAGS_PARENT", "FLAGS_RESERVED", "FLAGS_TRUE", "FLAGS_VERSION",
|
"FLAGS_PARENT", "FLAGS_RESERVED", "FLAGS_TRUE", "FLAGS_VERSION",
|
||||||
"flags_error", "flags_return"
|
"flags_error", "flags_return"
|
||||||
|
|
||||||
|
-- Bats
|
||||||
|
,"stderr", "stderr_lines"
|
||||||
]
|
]
|
||||||
|
|
||||||
specialIntegerVariables = [
|
specialIntegerVariables = [
|
||||||
|
|
Loading…
Reference in New Issue