From d7a7f80aff92224351ded6e87897ba5286d9f819 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 24 Apr 2014 22:46:26 +0200 Subject: cups: Start after network.target http://hydra.nixos.org/build/10661709 --- nixos/tests/printing.nix | 2 -- 1 file changed, 2 deletions(-) (limited to 'nixos/tests/printing.nix') diff --git a/nixos/tests/printing.nix b/nixos/tests/printing.nix index 9b96e3d7b20..9ef28dcfcd4 100644 --- a/nixos/tests/printing.nix +++ b/nixos/tests/printing.nix @@ -31,9 +31,7 @@ import ./make-test.nix ({pkgs, ... }: { # Make sure that cups is up on both sides. $server->waitForUnit("cupsd.service"); - $server->waitForUnit("network.target"); $client->waitForUnit("cupsd.service"); - $client->waitForUnit("network.target"); $client->succeed("lpstat -r") =~ /scheduler is running/ or die; $client->succeed("lpstat -H") =~ "/var/run/cups/cups.sock" or die; $client->succeed("curl --fail http://localhost:631/"); -- cgit 1.4.1