selftest: fix acl_xattr test: group, not user
commit71a2d06a1e41a1c412c82e58b3966e14c29c6159
authorRalph Boehme <slow@samba.org>
Sun, 8 Oct 2017 09:13:46 +0000 (8 11:13 +0200)
committerJeremy Allison <jra@samba.org>
Mon, 9 Oct 2017 21:01:17 +0000 (9 23:01 +0200)
treee045ae0a5e449ec9c3070a5b77fc6ebf4a2e2262
parent0f8de2dee5451c9791f96050f85e4f007bec2819
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>
source3/script/tests/test_acl_xattr.sh