1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-30 19:42:05 +03:00

samba-tool tests: rename 'group create' to 'group add'

Signed-off-by: Jule Anger <ja@sernet.de>
Reviewed-by: Björn Baumbach <bb@samba.org>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
This commit is contained in:
Jule Anger
2020-08-27 09:27:12 +02:00
committed by Douglas Bagnall
parent ee1c8126fc
commit 6686235819

View File

@ -85,7 +85,7 @@ class GroupCmdTestCase(SambaToolCmdTest):
# try to add all the groups again, this should fail
for group in self.groups:
(result, out, err) = self._create_group(group)
self.assertCmdFail(result, "Succeeded to create existing group")
self.assertCmdFail(result, "Succeeded to add existing group")
self.assertIn("LDAP error 68 LDAP_ENTRY_ALREADY_EXISTS", err)
# try to delete all the groups we just added