aboutsummaryrefslogtreecommitdiff
path: root/t/podcast.t
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2014-06-13 10:25:27 -0400
committerJoey Hess <joey@kitenet.net>2014-06-13 10:25:27 -0400
commit811b477c35a7644275ac348822ef9d86fd8da10b (patch)
tree93702c7f05d5b10e864f8d329208570d58e26bed /t/podcast.t
parent9f103f672fc8df62788d6d1389a50b1ad933268b (diff)
downloadikiwiki-811b477c35a7644275ac348822ef9d86fd8da10b.tar
ikiwiki-811b477c35a7644275ac348822ef9d86fd8da10b.tar.gz
fix test case ogg mime type
Seems that a better mime type is detected now on Debian stable.
Diffstat (limited to 't/podcast.t')
-rwxr-xr-xt/podcast.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/podcast.t b/t/podcast.t
index f036c3113..94505a05e 100755
--- a/t/podcast.t
+++ b/t/podcast.t
@@ -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)) {