From a1b39b9990f2c23f31875a5993441ea686885df3 Mon Sep 17 00:00:00 2001 From: Vladimír Čunát Date: Sat, 23 Apr 2016 16:16:22 +0200 Subject: cups tests: finally fix them Fixes #14748. --- nixos/tests/printing.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/tests') 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; -- cgit 1.4.1