summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Ultra <root@cooltrainer.org>2022-02-14 17:58:20 +0000
committerVille Skyttä <ville.skytta@iki.fi>2022-02-14 17:58:20 +0000
commit9991f4586f8f8f65c61795939ac870e62f7abebe (patch)
tree537d2417978b4947aaa30261920392664523722b
parent7bdcf3b6457979e9e928489ac6977b8ccc5880de (diff)
downloadshared-mime-info-9991f4586f8f8f65c61795939ac870e62f7abebe.tar.gz
application/zip: Add `*.zipx` glob and test fixture
-rw-r--r--data/freedesktop.org.xml.in1
-rw-r--r--tests/mime-detection/list2
-rw-r--r--tests/mime-detection/test.zipxbin0 -> 157 bytes
3 files changed, 3 insertions, 0 deletions
diff --git a/data/freedesktop.org.xml.in b/data/freedesktop.org.xml.in
index 01ccc3f5..57cbb3e5 100644
--- a/data/freedesktop.org.xml.in
+++ b/data/freedesktop.org.xml.in
@@ -4180,6 +4180,7 @@ command to generate the output files.
<match type="string" value="PK\003\004" offset="0"/>
</magic>
<glob pattern="*.zip"/>
+ <glob pattern="*.zipx"/>
</mime-type>
<mime-type type="application/x-ms-wim">
<comment>WIM disk image</comment>
diff --git a/tests/mime-detection/list b/tests/mime-detection/list
index 6cde7b31..52c8c3f6 100644
--- a/tests/mime-detection/list
+++ b/tests/mime-detection/list
@@ -510,6 +510,8 @@ helloworld.xpi application/x-xpinstall ox
test.wim application/x-ms-wim
# Created using Info-ZIP Zip 3.0
test.zip application/zip
+# Created using WinZip Pro 26
+test.zipx application/zip
# From /usr/lib64/vlc/libcompat.a
libcompat.a application/x-archive
libcompat.ar application/x-archive
diff --git a/tests/mime-detection/test.zipx b/tests/mime-detection/test.zipx
new file mode 100644
index 00000000..b5114ce6
--- /dev/null
+++ b/tests/mime-detection/test.zipx
Binary files differ