From: Marius Gavrilescu Date: Fri, 28 Oct 2016 23:22:18 +0000 (+0100) Subject: Fix t/musicexpo-cache.t for AAC X-Git-Tag: 1.002001~1 X-Git-Url: http://git.ieval.ro/?p=app-musicexpo.git;a=commitdiff_plain;h=4a88f3315ae5e6122124db96de2cbeb59402caf5 Fix t/musicexpo-cache.t for AAC --- diff --git a/t/musicexpo-cache.t b/t/musicexpo-cache.t index 6ed3046..c7a1154 100644 --- a/t/musicexpo-cache.t +++ b/t/musicexpo-cache.t @@ -33,7 +33,7 @@ if ($handled{'.flac'} && $handled{'.ogg'}) { push @lines, $prefix . 'Opus ' if $handled{'.opus'}; push @lines, $prefix . 'MP3 ' if $handled{'.mp3'}; -push @lines, 'L'autre endroitElectro1/92005AAC ' if $handled{'.aac'}; +push @lines, 'CelluleSilenceL'autre endroitElectro1/92005AAC ' if $handled{'.aac'}; my $contents = join '', map { "\n$_" } @lines;