From 811b477c35a7644275ac348822ef9d86fd8da10b Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 13 Jun 2014 10:25:27 -0400 Subject: [PATCH] fix test case ogg mime type Seems that a better mime type is detected now on Debian stable. --- t/podcast.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) { -- 2.44.0