X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=t%2Fmusicexpo-cache.t;h=c7a115449da3e1221660eccbf7cb1e178626aa03;hb=53fe8e9a125021e64ad9e65eb5afccb527c96138;hp=b703b7a035608cf81cd24fb0ed017cc46b1f3914;hpb=f7964165707b3e45f93960236a695596fa62bcd1;p=app-musicexpo.git diff --git a/t/musicexpo-cache.t b/t/musicexpo-cache.t index b703b7a..c7a1154 100644 --- a/t/musicexpo-cache.t +++ b/t/musicexpo-cache.t @@ -33,9 +33,9 @@ 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 "\n", @lines; +my $contents = join '', map { "\n$_" } @lines; App::MusicExpo->run;