X-Git-Url: http://git.ieval.ro/?p=app-musicexpo.git;a=blobdiff_plain;f=t%2Fmusicexpo-cache.t;h=6ed30460d779a905ff9dd5bbe29575799d080081;hp=b703b7a035608cf81cd24fb0ed017cc46b1f3914;hb=4ffde4cd97c6cd4f941d485ee7381621f3a38fe2;hpb=ac51e186036f8e7c09a9f71d971f54eaa2f0c821 diff --git a/t/musicexpo-cache.t b/t/musicexpo-cache.t index b703b7a..6ed3046 100644 --- a/t/musicexpo-cache.t +++ b/t/musicexpo-cache.t @@ -35,7 +35,7 @@ push @lines, $prefix . 'Opus ' if $handled{'.op push @lines, $prefix . 'MP3 ' if $handled{'.mp3'}; push @lines, 'L'autre endroitElectro1/92005AAC ' if $handled{'.aac'}; -my $contents = join "\n", @lines; +my $contents = join '', map { "\n$_" } @lines; App::MusicExpo->run;