Merge pull request #36459 from NeQuissimus/zfh_openldap

openldap: Fix test
This commit is contained in:
Matthew Justin Bauer 2018-03-23 14:32:43 -05:00 committed by GitHub
commit 13051370a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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