1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-29 15:42:04 +03:00

s4:selftest: fix a message-typo in the "samba-tool user" testsuite.

Autobuild-User: Michael Adam <obnox@samba.org>
Autobuild-Date: Wed Mar 14 21:19:11 CET 2012 on sn-devel-104
This commit is contained in:
Michael Adam
2012-03-14 01:00:06 +01:00
parent a85d86129a
commit 94af1581ef

View File

@ -67,7 +67,7 @@ class UserCmdTestCase(SambaToolCmdTest):
# try to add all the users again, this should fail
for user in self.users:
(result, out, err) = self._create_user(user)
self.assertCmdFail(result, "Ensure that create user files")
self.assertCmdFail(result, "Ensure that create user fails")
self.assertIn("LDAP error 68 LDAP_ENTRY_ALREADY_EXISTS", err)
# try to delete all the 4 users we just added