Skip to content

Commit 57a88fd

Browse files
committed
test(tar): skip test_25 for non-gnu tar
1 parent aaebd24 commit 57a88fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/t/test_tar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ def test_24(self, completion):
129129

130130
# Test compression detection of gnu style options
131131
@pytest.mark.complete("tar --extract --xz --file ", cwd="tar")
132-
def test_25(self, completion):
132+
def test_25(self, completion, gnu_tar):
133133
assert completion == "archive.tar.xz dir/ dir2/".split()
134134

135135
# TODO: "tar tf escape.tar a/b"

0 commit comments

Comments
 (0)