From: Jule Anger Date: Thu, 27 Aug 2020 07:27:12 +0000 (+0200) Subject: samba-tool tests: rename 'group create' to 'group add' X-Git-Tag: talloc-2.3.2~346 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6686235819bc68fa47dcce0138b76263fc3ff9e5;p=thirdparty%2Fsamba.git samba-tool tests: rename 'group create' to 'group add' Signed-off-by: Jule Anger Reviewed-by: Björn Baumbach Reviewed-by: Douglas Bagnall --- diff --git a/python/samba/tests/samba_tool/group.py b/python/samba/tests/samba_tool/group.py index c64f1c613f0..3d714f206f3 100644 --- a/python/samba/tests/samba_tool/group.py +++ b/python/samba/tests/samba_tool/group.py @@ -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