]> sipb.mit.edu Git - ikiwiki.git/commitdiff
fix test case ogg mime type
authorJoey Hess <joey@kitenet.net>
Fri, 13 Jun 2014 14:25:27 +0000 (10:25 -0400)
committerJoey Hess <joey@kitenet.net>
Fri, 13 Jun 2014 14:25:27 +0000 (10:25 -0400)
Seems that a better mime type is detected now on Debian stable.

t/podcast.t

index f036c3113e4a1620b00dd50541be4a0a8956c18e..94505a05e2ca70dabcbdd28f4cda14be353fbf9f 100755 (executable)
@@ -37,7 +37,7 @@ sub podcast {
                'simplepost'    => undef,
                'piano.mp3'     => 'audio/mpeg',
                'scroll.3gp'    => 'video/3gpp',
-               'walter.ogg'    => 'video/x-theora+ogg',
+               'walter.ogg'    => 'audio/ogg',
        );
 
        for my $format (qw(atom rss)) {