openldap: Fix test
This commit is contained in:
parent
b778e99fc3
commit
5fbf9dbf9b
1 changed files with 1 additions and 1 deletions
|
@ -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"');
|
||||
'';
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue