about summary refs log tree commit diff
path: root/nixos/tests
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2016-04-23 16:16:22 +0200
committerVladimír Čunát <vcunat@gmail.com>2016-04-23 16:17:22 +0200
commita1b39b9990f2c23f31875a5993441ea686885df3 (patch)
tree28b60f95f06c68a8faf398d3f9949cda6f8fc6c9 /nixos/tests
parent017469c1ef4865d9e884009973d645602d1c5405 (diff)
downloadnixlib-a1b39b9990f2c23f31875a5993441ea686885df3.tar
nixlib-a1b39b9990f2c23f31875a5993441ea686885df3.tar.gz
nixlib-a1b39b9990f2c23f31875a5993441ea686885df3.tar.bz2
nixlib-a1b39b9990f2c23f31875a5993441ea686885df3.tar.lz
nixlib-a1b39b9990f2c23f31875a5993441ea686885df3.tar.xz
nixlib-a1b39b9990f2c23f31875a5993441ea686885df3.tar.zst
nixlib-a1b39b9990f2c23f31875a5993441ea686885df3.zip
cups tests: finally fix them
Fixes #14748.
Diffstat (limited to 'nixos/tests')
-rw-r--r--nixos/tests/printing.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/printing.nix b/nixos/tests/printing.nix
index 10d69b446cd7..c777fd41b780 100644
--- a/nixos/tests/printing.nix
+++ b/nixos/tests/printing.nix
@@ -62,7 +62,7 @@ import ./make-test.nix ({pkgs, ... }: {
       # Test printing various file types.
       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.cups.out}/share/doc/cups/images/cups.png",
                         "${pkgs.pcre.doc}/share/doc/pcre/pcre.txt")
       {
           $file =~ /([^\/]*)$/; my $fn = $1;