summaryrefslogtreecommitdiff
path: root/source3/selftest
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2019-06-25 13:39:59 -0700
committerJeremy Allison <jra@samba.org>2019-06-26 19:31:28 +0000
commit29ee235caee7e703ee9ebee342c8decb017fd099 (patch)
treeef6aa53245c7e846e03bdbf48a21a1e449e52dc6 /source3/selftest
parent61777349f1e86cf8c8a289c04afad6cd123207c0 (diff)
downloadsamba-29ee235caee7e703ee9ebee342c8decb017fd099.tar.gz
s3: torture: Ensure we can always get a POSIX ACL on a directory handle.
Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Wed Jun 26 19:31:28 UTC 2019 on sn-devel-184
Diffstat (limited to 'source3/selftest')
-rwxr-xr-xsource3/selftest/tests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/selftest/tests.py b/source3/selftest/tests.py
index c7d24f68d6c..a3cd890e903 100755
--- a/source3/selftest/tests.py
+++ b/source3/selftest/tests.py
@@ -161,6 +161,7 @@ posix_tests = ["POSIX", "POSIX-APPEND", "POSIX-SYMLINK-ACL", "POSIX-SYMLINK-EA",
"POSIX-STREAM-DELETE", "WINDOWS-BAD-SYMLINK", "POSIX-MKDIR",
"POSIX-BLOCKING-LOCK",
"POSIX-ACL-OPLOCK",
+ "POSIX-ACL-SHAREROOT",
]
for t in posix_tests: