Merge pull request #38979 from xeji/tests-systemd

nixos/tests/systemd: fix broken test
This commit is contained in:
Matthew Justin Bauer
2018-04-20 18:04:12 -05:00
committed by GitHub

View File

@@ -46,6 +46,8 @@ import ./make-test.nix {
testScript = ''
$machine->waitForX;
# wait for user services
$machine->waitForUnit("default.target","alice");
# Regression test for https://github.com/NixOS/nixpkgs/issues/35415
subtest "configuration files are recognized by systemd", sub {