Subject: | application/x-genesis-rom vs. text/markdown |
On some of my smokers (mostly with older OS like CentOS6, Debian/wheezy) t/300-path-tiny.t fails:
...
# Failed test 'Path::Tiny goes well: '
# at t/300-path-tiny.t line 25.
# got: '0'
# expected: '1'
# Failed test ' is a plain text file'
# at t/300-path-tiny.t line 28.
# got: 'application/x-genesis-rom'
# expected: 'text/markdown'
# Failed test 'Path::Tiny handling goes well with a filehandle: t/data/README.md'
# at t/300-path-tiny.t line 34.
# got: '0'
# expected: '1'
# Failed test ' is a plain text file'
# at t/300-path-tiny.t line 37.
# got: 'application/x-genesis-rom'
# expected: 'text/markdown'
# Looks like you failed 4 tests of 9.
t/300-path-tiny.t ....
Dubious, test returned 4 (wstat 1024, 0x400)
Failed 4/9 subtests
...