mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
cups: Fix test by using different groff output
This commit is contained in:
parent
5792b1345a
commit
a7bfe5643b
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue