aboutsummaryrefslogtreecommitdiff
path: root/nixos/tests/printing.nix
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2014-04-24 22:46:26 +0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2014-04-24 23:18:16 +0200
commitd7a7f80aff92224351ded6e87897ba5286d9f819 (patch)
tree3289ae754b10d29b645057fcb6da901230b895e3 /nixos/tests/printing.nix
parent2c70276d96fa911ecfcadbbd25837392d53fd81f (diff)
cups: Start after network.target
http://hydra.nixos.org/build/10661709
Diffstat (limited to 'nixos/tests/printing.nix')
-rw-r--r--nixos/tests/printing.nix2
1 files changed, 0 insertions, 2 deletions
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/");