From 4a88f3315ae5e6122124db96de2cbeb59402caf5 Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Sat, 29 Oct 2016 00:22:18 +0100 Subject: [PATCH] Fix t/musicexpo-cache.t for AAC --- t/musicexpo-cache.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.30.2