Skip to content

Commit

Permalink
openldap: Fix test
Browse files Browse the repository at this point in the history
(cherry picked from commit 5fbf9db)
  • Loading branch information
NeQuissimus authored and dezgeg committed Apr 4, 2018
1 parent b0ca63c commit 7177def
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/tests/openldap.nix
Expand Up @@ -28,8 +28,8 @@ import ./make-test.nix {
};

testScript = ''
$machine->succeed('systemctl status openldap.service');
$machine->waitForUnit('openldap.service');
$machine->succeed('systemctl status openldap.service');
$machine->succeed('ldapsearch -LLL -D "cn=root,dc=example" -w notapassword -b "dc=example"');
'';
}

0 comments on commit 7177def

Please sign in to comment.