nixos/tests: fix printing after 0caae022fd

This commit is contained in:
Vladimír Čunát 2015-02-05 10:48:36 +01:00
parent 5fb4f2f39b
commit 18380d2790

View file

@ -58,7 +58,7 @@ import ./make-test.nix ({pkgs, ... }: {
foreach my $file ("${pkgs.groff}/share/doc/*/examples/mom/penguin.pdf",
"${pkgs.groff}/share/doc/*/meref.ps",
"${pkgs.cups}/share/doc/cups/images/cups.png",
"${pkgs.xz}/share/doc/xz/faq.txt")
"${pkgs.pcre}/share/doc/pcre/pcre.txt")
{
$file =~ /([^\/]*)$/; my $fn = $1;