diff options
author | Joey Hess <joey@kitenet.net> | 2014-06-13 10:25:27 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-06-13 10:25:27 -0400 |
commit | 811b477c35a7644275ac348822ef9d86fd8da10b (patch) | |
tree | 93702c7f05d5b10e864f8d329208570d58e26bed /t | |
parent | 9f103f672fc8df62788d6d1389a50b1ad933268b (diff) | |
download | ikiwiki-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')
-rwxr-xr-x | t/podcast.t | 2 |
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)) { |