3
0
Fork 0
forked from mirrors/nixpkgs

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
commit 6b11a5ff13
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 {