]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
selftest: fix acl_xattr test script test_acl_xattr.sh
authorRalph Boehme <slow@samba.org>
Sun, 8 Oct 2017 09:17:12 +0000 (11:17 +0200)
committerKarolin Seeger <kseeger@samba.org>
Wed, 25 Oct 2017 06:43:00 +0000 (08:43 +0200)
The two "nt_affects_chgrp" tests called the wrong function so the
function nt_affects_chgrp() was never run.

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 3aff6315097cc9db0216bc18aa793a996930b0f4)

source3/script/tests/test_acl_xattr.sh

index 82dd741776eea516f5610a5400470d660ba6d965..e4c556d08d47c4323e2210630b7c4f7e65b2c74a 100755 (executable)
@@ -122,5 +122,5 @@ testit "nt_affects_chown tmp" nt_affects_chown tmp
 testit "nt_affects_chown ign_sysacls" nt_affects_chown ign_sysacls
 testit "setup remote file tmp" setup_remote_file tmp
 testit "setup remote file ign_sysacls" setup_remote_file ign_sysacls
-testit "nt_affects_chgrp tmp" nt_affects_chown tmp
-testit "nt_affects_chgrp ign_sysacls" nt_affects_chown ign_sysacls
+testit "nt_affects_chgrp tmp" nt_affects_chgrp tmp
+testit "nt_affects_chgrp ign_sysacls" nt_affects_chgrp ign_sysacls