Skip to content
Snippets Groups Projects
Verified Commit a069181d authored by Mattia Rizzolo's avatar Mattia Rizzolo
Browse files

comparators: try matching for MozillaZipFile before ZipFile


Fixes a test failure in Alpine Linux.

Signed-off-by: Mattia Rizzolo's avatarMattia Rizzolo <mattia@debian.org>
parent a4c38a60
No related branches found
No related tags found
No related merge requests found
Pipeline #28323 failed
......@@ -85,8 +85,8 @@ class ComparatorManager(object):
('odt.OdtFile',),
('ocaml.OcamlInterfaceFile',),
('docx.DocxFile',),
('zip.ZipFile',),
('zip.MozillaZipFile',),
('zip.ZipFile',),
('image.JPEGImageFile',),
('image.ICOImageFile',),
('cbfs.CbfsFile',),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment