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 aaebd24 commit 57a88fdCopy full SHA for 57a88fd
test/t/test_tar.py
@@ -129,7 +129,7 @@ def test_24(self, completion):
129
130
# Test compression detection of gnu style options
131
@pytest.mark.complete("tar --extract --xz --file ", cwd="tar")
132
- def test_25(self, completion):
+ def test_25(self, completion, gnu_tar):
133
assert completion == "archive.tar.xz dir/ dir2/".split()
134
135
# TODO: "tar tf escape.tar a/b"
0 commit comments