Skip to content

Commit

Permalink
Add test for unusual filename t.7z.001
Browse files Browse the repository at this point in the history
  • Loading branch information
wummel committed Sep 24, 2024
1 parent 7fdc310 commit cb3e7e1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/archives/test_7z.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ def test_7z_rar(self):
def test_7z_file(self):
"""Run archive commands with renamed archives that 7z supports."""
self.archive_commands('t.7z.foo', skip_create=True)
self.archive_commands('t.7z.001', skip_create=True)
self.archive_commands('t.cb7.foo', skip_create=True)
self.archive_commands('t.zip.foo', skip_create=True)
self.archive_commands('t.cbz.foo', skip_create=True)
Expand Down
Binary file added tests/data/t.7z.001
Binary file not shown.

0 comments on commit cb3e7e1

Please sign in to comment.