tests/printing: don’t wait for unit services

These are now socket activated, we don’t need it to start up front.
This commit is contained in:
Matthew Bauer 2019-08-14 11:43:46 -04:00
parent 011b12c3ca
commit 01cd4663d6

View File

@ -34,10 +34,6 @@ import ./make-test.nix ({pkgs, ... }: {
''
startAll;
# Make sure that cups is up on both sides.
$server->waitForUnit("cups.service");
$client->waitForUnit("cups.service");
$client->sleep(10); # wait until cups is fully initialized
$client->succeed("lpstat -r") =~ /scheduler is running/ or die;
# check local encrypted connections work without error
$client->succeed("lpstat -E -r") =~ /scheduler is running/ or die;