summaryrefslogtreecommitdiff
path: root/selftest/selftesthelpers.py
diff options
context:
space:
mode:
authorUri Simchoni <uri@samba.org>2016-03-21 23:13:25 +0200
committerJeremy Allison <jra@samba.org>2016-03-24 03:06:16 +0100
commit099c6f325265a8820e876c83f1d204bcf09e0242 (patch)
tree8de110b93d7c576e85fa412dbbb49c118cb59038 /selftest/selftesthelpers.py
parent765e5f1f2670d3d5d8d62a04b4ccf38a680bcb37 (diff)
downloadsamba-099c6f325265a8820e876c83f1d204bcf09e0242.tar.gz
seltest: add test for "ignore system acls" in vfs_acl_xattr.
BUG: https://bugzilla.samba.org/show_bug.cgi?id=11806 Signed-off-by: Uri Simchoni <uri@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'selftest/selftesthelpers.py')
-rw-r--r--selftest/selftesthelpers.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/selftest/selftesthelpers.py b/selftest/selftesthelpers.py
index f26484bf455..495a0b7a922 100644
--- a/selftest/selftesthelpers.py
+++ b/selftest/selftesthelpers.py
@@ -186,3 +186,4 @@ vfstest = binpath('vfstest')
smbcquotas = binpath('smbcquotas')
smbget = binpath('smbget')
rpcclient = binpath('rpcclient')
+smbcacls = binpath('smbcacls')