Skip to content

Commit c9cdb1d

Browse files
committed
test(_comp_get_words): work around failglob
1 parent ae7f1d1 commit c9cdb1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/t/unit/test_unit_get_words.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class TestUnitGetCompWordsByRef(TestUnitBase):
1111
def _test(self, bash, *args, **kwargs):
1212
assert_bash_exec(bash, "unset cur prev")
1313
output = self._test_unit(
14-
"_comp_get_words %s cur prev; echo $cur,${prev-}",
14+
'_comp_get_words %s cur prev; echo "$cur,${prev-}"',
1515
bash,
1616
*args,
1717
**kwargs,

0 commit comments

Comments
 (0)