about summary refs log tree commit diff
path: root/nixos/tests
diff options
context:
space:
mode:
authorJascha Geerds <jg@ekby.de>2015-07-27 20:15:34 +0200
committerJascha Geerds <jg@ekby.de>2015-07-27 20:15:34 +0200
commita7bfe5643b0a53aab2bc578d4b527a59f01cc280 (patch)
tree401e77b26e9c1cf58473dd830f8c33744ded9779 /nixos/tests
parent5792b1345a64aea6c359ab06fee996fbdcc194fa (diff)
downloadnixlib-a7bfe5643b0a53aab2bc578d4b527a59f01cc280.tar
nixlib-a7bfe5643b0a53aab2bc578d4b527a59f01cc280.tar.gz
nixlib-a7bfe5643b0a53aab2bc578d4b527a59f01cc280.tar.bz2
nixlib-a7bfe5643b0a53aab2bc578d4b527a59f01cc280.tar.lz
nixlib-a7bfe5643b0a53aab2bc578d4b527a59f01cc280.tar.xz
nixlib-a7bfe5643b0a53aab2bc578d4b527a59f01cc280.tar.zst
nixlib-a7bfe5643b0a53aab2bc578d4b527a59f01cc280.zip
cups: Fix test by using different groff output
Diffstat (limited to 'nixos/tests')
-rw-r--r--nixos/tests/printing.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/tests/printing.nix b/nixos/tests/printing.nix
index b1c2e74136ce..0db9a529644b 100644
--- a/nixos/tests/printing.nix
+++ b/nixos/tests/printing.nix
@@ -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")
       {