cups: Fix test by using different groff output
This commit is contained in:
parent
5792b1345a
commit
a7bfe5643b
@ -60,8 +60,8 @@ import ./make-test.nix ({pkgs, ... }: {
|
||||
$client->succeed("lpq") =~ /DeskjetRemote is ready.*no entries/s or die;
|
||||
|
||||
# Test printing various file types.
|
||||
foreach my $file ("${pkgs.groff}/share/doc/*/examples/mom/penguin.pdf",
|
||||
"${pkgs.groff}/share/doc/*/meref.ps",
|
||||
foreach my $file ("${pkgs.groff.doc}/share/doc/*/examples/mom/penguin.pdf",
|
||||
"${pkgs.groff.doc}/share/doc/*/meref.ps",
|
||||
"${pkgs.cups}/share/doc/cups/images/cups.png",
|
||||
"${pkgs.pcre}/share/doc/pcre/pcre.txt")
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user