Skip to content

Commit 9c0fad5

Browse files
author
Seamus Connor
committed
Cleaned up some leftover comments
1 parent 0446fc9 commit 9c0fad5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/t/test_bash.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ def test_1(self, completion):
99
assert completion
1010

1111
def test_comp_unlocal(self, bash):
12-
# bash.logfile = sys.stderr
1312
cmd = ( 'foo() { '
1413
'local VAR=inner; '
1514
'_comp_unlocal VAR; '
@@ -19,6 +18,3 @@ def test_comp_unlocal(self, bash):
1918
)
2019
res = assert_bash_exec(bash, cmd, want_output=True).strip()
2120
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

Comments
 (0)