Skip to content

Commit ae7f1d1

Browse files
committed
test(_comp_dequote): explicitly disable failglob for nullglob test
1 parent 04d1201 commit ae7f1d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/t/unit/test_unit_dequote.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ def test_glob_failglob(self, bash):
154154

155155
def test_glob_nullglob(self, bash):
156156
with bash_env_saved(bash) as bash_env:
157+
bash_env.shopt("failglob", False)
157158
bash_env.shopt("nullglob", True)
158159
output = assert_bash_exec(
159160
bash, "__tester 'non-existent-*.txt'", want_output=True

0 commit comments

Comments
 (0)