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.
1 parent 0446fc9 commit 9c0fad5Copy full SHA for 9c0fad5
test/t/test_bash.py
@@ -9,7 +9,6 @@ def test_1(self, completion):
9
assert completion
10
11
def test_comp_unlocal(self, bash):
12
- # bash.logfile = sys.stderr
13
cmd = ( 'foo() { '
14
'local VAR=inner; '
15
'_comp_unlocal VAR; '
@@ -19,6 +18,3 @@ def test_comp_unlocal(self, bash):
19
18
)
20
res = assert_bash_exec(bash, cmd, want_output=True).strip()
21
assert res == "outer"
22
-
23
- # assert_bash_exec(bash, '[[ $(shopt -p localvar_unset || true) != "shopt -u localvar_unset"]]')
24
- # assert_bash_exec(bash, 'shopt -u localvar_unset || true')
0 commit comments