We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
nounset
1 parent b42b79b commit c39d2e3Copy full SHA for c39d2e3
test/t/unit/test_unit_compgen_commands.py
@@ -12,7 +12,7 @@ def functions(self, request, bash):
12
r"_comp_compgen_commands__test() {"
13
r" local COMPREPLY=() cur=${1-};"
14
r" _comp_compgen_commands;"
15
- r' printf "%s\n" "${COMPREPLY[@]}";'
+ r' printf "%s\n" "${COMPREPLY[@]-}";'
16
r"}",
17
)
18
assert_bash_exec(
0 commit comments