selftest: fix acl_xattr test: group, not user
commit7b72c6f9064b6f610f5c692e899eb55b446f1428
authorRalph Boehme <slow@samba.org>
Sun, 8 Oct 2017 09:13:46 +0000 (8 11:13 +0200)
committerKarolin Seeger <kseeger@samba.org>
Wed, 25 Oct 2017 06:43:00 +0000 (25 08:43 +0200)
tree6d581c6c0c1dd65ad84aab5c5547dc701ff75741
parentf9f96877e55640dce4a858757abfa8b9dafffc0f
selftest: fix acl_xattr test: group, not user

In nt_affects_chgrp() check for domadmins *group*, not user. This didn't
trigger an error as nt_affects_chgrp() isn't actually called, see next
commit.

Bug: https://bugzilla.samba.org/show_bug.cgi?id=7933

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
(cherry picked from commit 71a2d06a1e41a1c412c82e58b3966e14c29c6159)
source3/script/tests/test_acl_xattr.sh