diff options
author | Omar Polo <op@omarpolo.com> | 2022-04-08 13:52:48 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2022-04-08 13:52:48 +0000 |
commit | fde87508599a7947153a299d78305fc7baaebba5 (patch) | |
tree | b3637a523fad13b49a73edbb20e6726053e54a9b /regress | |
parent | 54203115cd0121ee0e44f5e58202a4d8054b9c09 (diff) |
fix test_include_mime after `types' change
Diffstat (limited to 'regress')
-rw-r--r-- | regress/example.mime.types | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/regress/example.mime.types b/regress/example.mime.types index b7c8e2a..c7b6833 100644 --- a/regress/example.mime.types +++ b/regress/example.mime.types @@ -7,3 +7,7 @@ application/x-perl pl pm text/x-mandoc 1 2 3 4 5 6 7 8 9 text/x-mandoc 3bsd + +# this needs to be present because `types' overrides +# the built-in list. +text/gemini gemini gmi |