openldap: Fix test

(cherry picked from commit 5fbf9dbf9b9847d0fb7e9786297c4d001fd06384)
release-18.03-flake
Tim Steinbach 2018-03-07 18:13:55 -05:00 committed by Tuomas Tynkkynen
parent b0ca63cf79
commit 7177defdf1
1 changed files with 1 additions and 1 deletions

View File

@ -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"');
'';
}