CC: | rehsack [...] web.de |
oo-test fail because invalid magic.mime is used for file>=4.24:
t/6-oo.................NOK 2
# Failed test 'MIME t/samples/foo.c'
# at t/6-oo.t line 27.
# got: 'text/x-c'
# expected: 'text/x-c charset=us-ascii'
t/6-oo.................NOK 4
# Failed test 'MIME data t/samples/foo.c'
# at t/6-oo.t line 36.
# got: 'text/x-c'
# expected: 'text/x-c charset=us-ascii'
t/6-oo.................NOK 6
# Failed test 'MIME t/samples/foo.foo'
# at t/6-oo.t line 27.
# got: 'text/plain'
# expected: 'text/plain charset=us-ascii'
t/6-oo.................NOK 8
# Failed test 'MIME data t/samples/foo.foo'
# at t/6-oo.t line 36.
# got: 'text/plain'
# expected: 'text/plain charset=us-ascii'
t/6-oo.................NOK 11
# Failed test 'MIME t/samples/foo.c'
# at t/6-oo.t line 48.
# got: 'text/x-c'
# expected: 'text/x-c charset=us-ascii'
t/6-oo.................NOK 13
# Failed test 'MIME data t/samples/foo.c'
# at t/6-oo.t line 57.
# got: 'text/x-c'
# expected: 'text/x-c charset=us-ascii'
t/6-oo.................NOK 15
# Failed test 'MIME t/samples/foo.foo'
# at t/6-oo.t line 48.
# got: 'text/plain'
# expected: 'text/plain charset=us-ascii'
t/6-oo.................NOK 17
# Failed test 'MIME data t/samples/foo.foo'
# at t/6-oo.t line 57.
# got: 'text/plain'
# expected: 'text/plain charset=us-ascii'
# Looks like you failed 8 tests of 20.
t/6-oo.................dubious
A look into file-4.21 .. 4.26 sources shows, that with 4.24 magic.mime
is not distributed anymore - because:
2007-02-04 11:31 Christos Zoulas <christos@astron.com>
* !:mime annotations in magic files (Reuben Thomas)
It seems only the tests with own magic.mime fail, but a check would be
great ...